mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-03 12:28:11 +02:00
Add stream read queue
This commit is contained in:
@@ -25,6 +25,9 @@ namespace core_buffer {
|
||||
// How many frames do we read at once during replay.
|
||||
const size_t REPLAY_READ_BLOCK_SIZE = 100;
|
||||
|
||||
// How long should the RECV queue be.
|
||||
const size_t STREAM_RCV_QUEUE_SIZE = 100;
|
||||
|
||||
// Size of sf_buffer RB in elements.
|
||||
const size_t BUFFER_INTERNAL_QUEUE_SIZE = 1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user