mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Fix eventmanager retry interval (#15631)
See also: #15608 Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
a1dfcba460
commit
23dfbf1f34
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user