Skip to content

Commit

Permalink
Merge pull request #824 from cserwen/fix_flow
Browse files Browse the repository at this point in the history
fix queueMaxSpanFlowControlTimes not change
  • Loading branch information
duhenglucky committed May 10, 2022
2 parents 853f304 + 449e940 commit 0189e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consumer/push_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ func (pc *pushConsumer) pullMessage(request *PullRequest) {
rlog.LogKeyPullRequest: request.String(),
})
}
pc.queueMaxSpanFlowControlTimes++
sleepTime = _PullDelayTimeWhenFlowControl
goto NEXT
}
Expand Down

0 comments on commit 0189e44

Please sign in to comment.