提交 a64d7952 编写于 作者: R Rajan Dhabalia 提交者: Matteo Merli

Fix: msg rate acquire permit for msg/bytes (#716)

上级 21a618a1
......@@ -354,8 +354,8 @@ public class PersistentDispatcherMultipleConsumers extends AbstractDispatcherMu
start += messagesForC;
entriesToDispatch -= messagesForC;
totalAvailablePermits -= msgSent;
totalMessagesSent += sentMsgInfo.getTotalSentMessageBytes();
totalBytesSent += sentMsgInfo.getTotalSentMessages();
totalMessagesSent += sentMsgInfo.getTotalSentMessages();
totalBytesSent += sentMsgInfo.getTotalSentMessageBytes();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册