mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 14:24:12 +02:00
Increase buffer send queue size
This commit is contained in:
@@ -38,7 +38,7 @@ namespace core_buffer {
|
||||
const int BUFFER_UDP_US_TIMEOUT = 5 * 1000;
|
||||
|
||||
// Output queue length for buffer live stream.
|
||||
const int BUFFER_LIVE_SEND_HWM = 10;
|
||||
const int BUFFER_LIVE_SEND_HWM = 100;
|
||||
|
||||
// ZMQ threads for receiving data from sf_replay.
|
||||
const int WRITER_ZMQ_IO_THREADS = 2;
|
||||
|
||||
Reference in New Issue
Block a user