Measurements have shown that the RB length is not the problem

This commit is contained in:
2020-04-28 13:39:49 +02:00
parent bad06f25a8
commit 945e7c2a3f
+1 -1
View File
@@ -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;