agent: reduce interval for storing server connection errors to 3 seconds

This commit is contained in:
Evgeny Poberezkin
2024-05-22 14:36:54 +01:00
parent 8097df5540
commit 2b09ada392

View File

@@ -169,7 +169,7 @@ defaultAgentConfig =
connDeleteDeliveryTimeout = 2 * nominalDay,
helloTimeout = 2 * nominalDay,
quotaExceededTimeout = 7 * nominalDay,
persistErrorInterval = 10, -- seconds
persistErrorInterval = 3, -- seconds
initialCleanupDelay = 30 * 1000000, -- 30 seconds
cleanupInterval = 30 * 60 * 1000000, -- 30 minutes
cleanupStepInterval = 200000, -- 200ms