mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-28 21:29:32 +00:00
setting connectivity loop interval to 30 seconds (#2878)
This commit is contained in:
parent
36b4a6fff3
commit
c2b49508c2
@ -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…
x
Reference in New Issue
Block a user