mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-07 14:34:12 +02:00
Increase read buffer size
This commit is contained in:
@@ -23,7 +23,7 @@ namespace core_buffer {
|
||||
const std::string FILE_EXTENSION = ".h5";
|
||||
|
||||
// How many frames do we read at once during replay.
|
||||
const size_t REPLAY_BLOCK_SIZE = 100;
|
||||
const size_t REPLAY_BLOCK_SIZE = 200;
|
||||
|
||||
// Size of sf_buffer RB in elements.
|
||||
const size_t BUFFER_RB_SIZE = 1000;
|
||||
|
||||
Reference in New Issue
Block a user