mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-27 20:12:24 +02:00
Performance tests suggest this is somehow the optimal number
This commit is contained in:
@@ -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 = 1;
|
||||
const int WRITER_N_FRAMES_BUFFER = 10;
|
||||
|
||||
// Number of pulses between each statistics print out.
|
||||
const size_t STATS_MODULO = 100;
|
||||
|
||||
Reference in New Issue
Block a user