mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-05 19:43:41 +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
|
MaxParallelDials = 10
|
||||||
|
|
||||||
# Delay between consecutive relayConnectivityLoop runs
|
# Delay between consecutive relayConnectivityLoop runs
|
||||||
ConnectivityLoopInterval = chronos.minutes(1)
|
ConnectivityLoopInterval = chronos.seconds(15)
|
||||||
|
|
||||||
# How often the peer store is pruned
|
# How often the peer store is pruned
|
||||||
PrunePeerStoreInterval = chronos.minutes(10)
|
PrunePeerStoreInterval = chronos.minutes(10)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user