diff --git a/pkg/protect/protect.go b/pkg/protect/protect.go index 59cf5d9f0..1649b3e41 100644 --- a/pkg/protect/protect.go +++ b/pkg/protect/protect.go @@ -25,7 +25,7 @@ var ( ) const ( - maxInterval = 120 * time.Second + maxInterval = 60 * 60 * 24 * time.Second minInterval = 0 * time.Second defaultRestartProtectInterval = 120 * time.Second )