Rename writer variable

This commit is contained in:
2020-05-15 10:18:21 +02:00
parent e63f2fde05
commit 4502e112bf
+1 -1
View File
@@ -67,7 +67,7 @@ namespace core_buffer {
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 = 5;
const int WRITER_FASTQUEUE_SLOTS = 5;
// How many frames to buffer before flushing to file.
const int WRITER_N_FRAMES_BUFFER = 50;