Reconnect timer 10 minutes

This commit is contained in:
Josh Deprez 2024-04-21 15:26:07 +10:00
parent 3b5c71700c
commit 5103850d6e
Signed by: josh
SSH Key Fingerprint: SHA256:zZji7w1Ilh2RuUpbQcqkLPrqmRwpiCSycbF2EfKm6Kw
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const (
tickleRetryLimit = 10
sendRetryTimer = 10 * time.Second
sendRetryLimit = 5
reconnectTimer = 1 * time.Minute
reconnectTimer = 10 * time.Minute
updateTimer = 10 * time.Second
)