Change to 50 (experimentally defined)

This commit is contained in:
2020-04-29 16:12:21 +02:00
parent bc6382e2b6
commit 87a204e988
+1 -1
View File
@@ -35,7 +35,7 @@ namespace core_buffer {
const int WRITER_RB_BUFFER_SLOTS = 5;
// How many frames to buffer before flushing to file.
const int WRITER_N_FRAMES_BUFFER = 10;
const int WRITER_N_FRAMES_BUFFER = 50;
// Number of pulses between each statistics print out.
const size_t STATS_MODULO = 100;