mirror of https://github.com/milvus-io/milvus.git
Fix checker using default interval after manual check (#26953)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/26974/head
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…
Reference in New Issue