Increase buffer to lower max latency

This commit is contained in:
2020-04-23 13:00:38 +02:00
parent 926a36a4f8
commit e23f9c2541
+1 -1
View File
@@ -131,7 +131,7 @@ int main (int argc, char *argv[])
size_t n_modules = 32;
RingBuffer<DetectorFrame> ring_buffer(5);
RingBuffer<DetectorFrame> ring_buffer(10);
ring_buffer.initialize(MODULE_N_BYTES*n_modules);
string ipc_prefix = "ipc://sf-replay-";