mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-28 14:32:23 +02:00
Dune both sides
This commit is contained in:
@@ -113,7 +113,7 @@ int main (int argc, char *argv[]) {
|
||||
BufferUtils::FILE_MOD * 512 * 1024 * 2,
|
||||
0);
|
||||
|
||||
this_thread::sleep_for(chrono::milliseconds(5));
|
||||
this_thread::sleep_for(chrono::milliseconds(1000));
|
||||
}
|
||||
|
||||
zmq_close(socket);
|
||||
|
||||
@@ -30,7 +30,7 @@ int main (int argc, char *argv[])
|
||||
size_t n_modules = 32;
|
||||
|
||||
auto ctx = zmq_ctx_new();
|
||||
zmq_ctx_set (ctx, ZMQ_IO_THREADS, 4);
|
||||
zmq_ctx_set (ctx, ZMQ_IO_THREADS, 16);
|
||||
|
||||
auto socket = zmq_socket(ctx, ZMQ_PULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user