avito-tech / bioyino

High performance and high-precision multithreaded StatsD server
The Unlicense
229 stars 20 forks source link

Fix async mode sending metrics too rarely #16

Closed Albibek closed 6 years ago

Albibek commented 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.