Skip to content

Commit

Permalink
setting connectivity loop interval to 30 seconds (#2878)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Jul 9, 2024
1 parent 9576b77 commit d0980eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/node/peer_manager/peer_manager.nim
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const
MaxParallelDials = 10

# Delay between consecutive relayConnectivityLoop runs
ConnectivityLoopInterval = chronos.minutes(1)
ConnectivityLoopInterval = chronos.seconds(30)

# How often the peer store is pruned
PrunePeerStoreInterval = chronos.minutes(10)
Expand Down

0 comments on commit d0980eb

Please sign in to comment.