mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-24 12:58:35 +00:00
setting connectivity loop interval to 30 seconds (#2878)
This commit is contained in:
parent
9576b77c76
commit
d0980eba4c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user