From a190fce55a743d747a74c6d61c3a35f8cf5ffcff Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 6 May 2020 16:04:02 +0200 Subject: [PATCH] Increase buffer send queue size --- core-buffer/include/buffer_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-buffer/include/buffer_config.hpp b/core-buffer/include/buffer_config.hpp index cbda7c5..3507fb2 100644 --- a/core-buffer/include/buffer_config.hpp +++ b/core-buffer/include/buffer_config.hpp @@ -38,7 +38,7 @@ namespace core_buffer { const int BUFFER_UDP_US_TIMEOUT = 5 * 1000; // Output queue length for buffer live stream. - const int BUFFER_LIVE_SEND_HWM = 10; + const int BUFFER_LIVE_SEND_HWM = 100; // ZMQ threads for receiving data from sf_replay. const int WRITER_ZMQ_IO_THREADS = 2;