mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-15 15:25:35 +02:00
Add new parameter for buffer
This commit is contained in:
@@ -31,6 +31,9 @@ namespace core_buffer {
|
||||
// Microseconds timeout for UDP recv.
|
||||
const int BUFFER_UDP_US_TIMEOUT = 10 * 1000;
|
||||
|
||||
// Output queue length for buffer live stream.
|
||||
const int BUFFER_LIVE_SEND_HWM = 10;
|
||||
|
||||
// ZMQ threads for receiving data from sf_replay.
|
||||
const int WRITER_ZMQ_IO_THREADS = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user