mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 11:42:22 +02:00
Lets try simple delay to make it slower
This commit is contained in:
@@ -112,6 +112,8 @@ int main (int argc, char *argv[]) {
|
||||
image_buffer.get(),
|
||||
BufferUtils::FILE_MOD * 512 * 1024 * 2,
|
||||
0);
|
||||
|
||||
this_thread::sleep_for(chrono::milliseconds(5));
|
||||
}
|
||||
|
||||
zmq_close(socket);
|
||||
|
||||
Reference in New Issue
Block a user