hubcio opened a new pull request, #2625:
URL: https://github.com/apache/iggy/pull/2625

   Slot permits were acquired in dispatch() and held until flush completed.
   With max_in_flight=1, each message blocked waiting for linger_time before
   the next could be buffered - 1000 messages took 50+ seconds instead of ~50ms.
   
   max_in_flight should limit concurrent network requests, not buffer depth.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to