Skip to content

Commit

Permalink
fix: setting connectivity loop interval to 15 seconds (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Dec 20, 2023
1 parent 86353e2 commit a1b27ed
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 @@ -54,7 +54,7 @@ const
MaxParallelDials = 10

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

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

0 comments on commit a1b27ed

Please sign in to comment.