Closed Albibek closed 6 years ago
With multimessage = false metric buffer was only dumped every task-queue-size * bufsize packets. This PR makes quick fix changing rate to every task-queue-size packets.
task-queue-size * bufsize
task-queue-size
With multimessage = false metric buffer was only dumped every
task-queue-size * bufsize
packets. This PR makes quick fix changing rate to everytask-queue-size
packets.