Adjust settings based on the latest performance tests

This commit is contained in:
2020-04-29 13:57:00 +02:00
parent 680b6796f5
commit fb0c4a43bb
+2 -2
View File
@@ -29,10 +29,10 @@ namespace core_buffer {
const size_t BUFFER_RB_SIZE = 1000;
// ZMQ threads for receiving data from sf_replay.
const int WRITER_ZMQ_IO_THREADS = 4;
const int WRITER_ZMQ_IO_THREADS = 2;
// Size of buffer between the receiving and writing part of sf_writer
const int WRITER_RB_BUFFER_SLOTS = 10;
const int WRITER_RB_BUFFER_SLOTS = 5;
// How many frames to buffer before flushing to file.
const size_t WRITER_BUFFER_SIZE = 100;