From 945e7c2a3f531157f9dcea1f17267e26525b16b5 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 28 Apr 2020 13:39:49 +0200 Subject: [PATCH] Measurements have shown that the RB length is not the problem --- 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 f98750f..24fcdd2 100644 --- a/core-buffer/include/buffer_config.hpp +++ b/core-buffer/include/buffer_config.hpp @@ -32,7 +32,7 @@ namespace core_buffer { const int WRITER_ZMQ_IO_THREADS = 4; // Size of buffer between the receiving and writing part of sf_writer - const int WRITER_RB_BUFFER_SLOTS = 100; + const int WRITER_RB_BUFFER_SLOTS = 10; // How many frames to buffer before flushing to file. const size_t WRITER_BUFFER_SIZE = 100;