mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: invalid rate limit for time tick delay (#38218)
issue: #38217 Signed-off-by: jaime <yun.zhang@zilliz.com>
This commit is contained in:
parent
f888267d37
commit
67a004ca20
@ -98,6 +98,7 @@ func (wNode *writeNode) Operate(in []Msg) []Msg {
|
||||
})
|
||||
|
||||
wNode.updater.update(wNode.channelName, end.GetTimestamp(), stats)
|
||||
rateCol.updateFlowGraphTt(wNode.channelName, end.GetTimestamp())
|
||||
|
||||
res := flowGraphMsg{
|
||||
timeRange: fgMsg.timeRange,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user