mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
fix: setting connectivity loop interval to 15 seconds (#2307)
This commit is contained in:
parent
91c402b1cc
commit
29c182195d
@ -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