fix: setting connectivity loop interval to 15 seconds (#2307)

This commit is contained in:
gabrielmer 2023-12-20 09:38:14 +01:00 committed by GitHub
parent 86353e22a8
commit a1b27edf80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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