Skip to content

Commit

Permalink
30 secs ad mdns ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeguglielmo committed Nov 14, 2023
1 parent b12580c commit e00fdb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dht-cache/src/domolibp2p.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ pub async fn start(
.with_behaviour(|key| {

let mdnsconf = mdns::Config {
ttl: Duration::from_secs(30),
query_interval: Duration::from_secs(30),
ttl: Duration::from_secs(10),
query_interval: Duration::from_secs(5),
enable_ipv6: false
};

Expand Down

0 comments on commit e00fdb2

Please sign in to comment.