mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Fix checker using default interval after manual check (#26953)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
44f308fff5
commit
758aad705d
@ -144,7 +144,7 @@ func (controller *CheckerController) StartChecker(ctx context.Context, checkerTy
|
||||
case <-controller.manualCheckChs[checkerType]:
|
||||
ticker.Stop()
|
||||
controller.check(ctx, checkerType)
|
||||
ticker.Reset(Params.QueryCoordCfg.CheckInterval.GetAsDuration(time.Millisecond))
|
||||
ticker.Reset(interval)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user