Skip to content

Commit

Permalink
feat: 修改keeper检查时间 #219
Browse files Browse the repository at this point in the history
  • Loading branch information
flyy1012 committed May 15, 2024
1 parent 82833ce commit 966069b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/booster/server/pkg/manager/normal/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
trackerCheckGapTime = 1 * time.Second
trackerTrackGapTime = 1 * time.Second

keeperHealthCheckGapTime = 10 * time.Second
keeperHealthCheckGapTime = 5 * time.Second
keeperFirstStartGraceTime = 1 * time.Minute
keeperInitTimeout = 20 * time.Second
keeperStartingTimeout = 120 * time.Second
Expand Down

0 comments on commit 966069b

Please sign in to comment.