Debugging and refactoring

This commit is contained in:
2018-01-10 16:38:18 +01:00
parent 1acf59a08a
commit ba2fc91c74
5 changed files with 62 additions and 36 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
namespace config {
// Receiver config.
int n_io_threads = 1;
int zmq_n_io_threads = 1;
int zmq_receive_timeout = 100;
// Ring buffer config.
size_t ring_buffer_n_slots = 100;