fix: increase monitoring lease recovery interval for improved performance
Backend CI / Backend (push) Failing after 8m38s
Backend CI / Backend (push) Failing after 8m38s
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultMonitoringLeaseRecoveryInterval = 1 * time.Minute
|
||||
defaultMonitoringLeaseRecoveryInterval = 10 * time.Minute
|
||||
defaultMonitoringLeaseRecoveryTimeout = 30 * time.Second
|
||||
defaultMonitoringLeaseRecoveryLimit = 1000
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user