Fix timer usage

This commit is contained in:
世界
2024-04-02 23:07:26 +08:00
parent 4a4180bde5
commit d20a389043
8 changed files with 28 additions and 25 deletions

View File

@@ -199,7 +199,7 @@ func run() error {
}
func closeMonitor(ctx context.Context) {
time.Sleep(C.DefaultStopFatalTimeout)
time.Sleep(C.FatalStopTimeout)
select {
case <-ctx.Done():
return