mirror of https://github.com/waku-org/nwaku.git
setting connectivity loop interval to 30 seconds (#2878)
This commit is contained in:
parent
9576b77c76
commit
d0980eba4c
|
@ -59,7 +59,7 @@ const
|
||||||
MaxParallelDials = 10
|
MaxParallelDials = 10
|
||||||
|
|
||||||
# Delay between consecutive relayConnectivityLoop runs
|
# Delay between consecutive relayConnectivityLoop runs
|
||||||
ConnectivityLoopInterval = chronos.minutes(1)
|
ConnectivityLoopInterval = chronos.seconds(30)
|
||||||
|
|
||||||
# How often the peer store is pruned
|
# How often the peer store is pruned
|
||||||
PrunePeerStoreInterval = chronos.minutes(10)
|
PrunePeerStoreInterval = chronos.minutes(10)
|
||||||
|
|
Loading…
Reference in New Issue