From 677f9c44c49aded9177554f3ac8e27d360dc93c8 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 24 Sep 2020 13:03:39 +0200 Subject: [PATCH] Since we are sending only pulse_ids adjust n threads --- sf-stream/include/stream_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-stream/include/stream_config.hpp b/sf-stream/include/stream_config.hpp index 614141c..9b7e693 100644 --- a/sf-stream/include/stream_config.hpp +++ b/sf-stream/include/stream_config.hpp @@ -1,7 +1,7 @@ namespace stream_config { // N of IO threads to receive data from modules. - const int STREAM_ZMQ_IO_THREADS = 2; + const int STREAM_ZMQ_IO_THREADS = 1; // How long should the RECV queue be. const size_t STREAM_RCVHWM = 100; // Size of buffer between the receiving and sending part.