未验证 提交 23dfbf1f 编写于 作者: X XuanYang-cn 提交者: GitHub

Fix eventmanager retry interval (#15631)

See also: #15608
Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
上级 a1dfcba4
......@@ -60,7 +60,7 @@ func (e *channelEventManager) Run() {
zap.String("retry interval", retryWatchInterval.String()),
zap.Error(err))
<-time.NewTimer(time.Second).C
<-time.NewTimer(retryWatchInterval).C
select {
case e, ok := <-e.eventChan:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册