Skip to content

Commit

Permalink
Update protect.go
Browse files Browse the repository at this point in the history
update max null instance protection delay
  • Loading branch information
Wanghb1 authored Dec 18, 2024
1 parent 215f4b5 commit 15d2846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/protect/protect.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
)

const (
maxInterval = 120 * time.Second
maxInterval = 60 * 60 * 24 * time.Second
minInterval = 0 * time.Second
defaultRestartProtectInterval = 120 * time.Second
)
Expand Down

0 comments on commit 15d2846

Please sign in to comment.