setting connectivity loop interval to 30 seconds (#2878)

This commit is contained in:
gabrielmer 2024-07-09 17:33:18 +03:00 committed by GitHub
parent 36b4a6fff3
commit c2b49508c2

View File

@ -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)