Skip to content

Commit

Permalink
fix: invalid rate limit for time tick delay (#38218)
Browse files Browse the repository at this point in the history
issue: #38217

Signed-off-by: jaime <[email protected]>
  • Loading branch information
jaime0815 authored Dec 5, 2024
1 parent f888267 commit 67a004c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/datanode/flow_graph_write_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 67a004c

Please sign in to comment.