mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 15:16:05 +00:00
fix: setting connectivity loop interval to 15 seconds (#2307)
This commit is contained in:
parent
86353e22a8
commit
a1b27edf80
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user