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 9576b77c76
commit d0980eba4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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)