From 597d0fe7ec3e7ebe93b4e7f89117f5bd48249698 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 23 Apr 2020 11:13:16 +0200 Subject: [PATCH] Fix in header file --- core-buffer/include/buffer_config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core-buffer/include/buffer_config.hpp b/core-buffer/include/buffer_config.hpp index a602e23..f5bec4a 100644 --- a/core-buffer/include/buffer_config.hpp +++ b/core-buffer/include/buffer_config.hpp @@ -27,6 +27,8 @@ namespace core_buffer { // Size of sf_buffer RB in elements. const size_t BUFFER_RB_SIZE = 1000; + + const int WRITER_ZMQ_IO_THREADS = 16; } #endif //BUFFERCONFIG_HPP