mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 06:54:15 +02:00
Change to 50 (experimentally defined)
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 = 10;
|
||||
const int WRITER_N_FRAMES_BUFFER = 50;
|
||||
|
||||
// Number of pulses between each statistics print out.
|
||||
const size_t STATS_MODULO = 100;
|
||||
|
||||
Reference in New Issue
Block a user