Skip to content

Commit

Permalink
setting connectivity loop interval to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Jul 4, 2024
1 parent 49f03f1 commit bd8d602
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 bd8d602

Please sign in to comment.