Increase default ZMQ receive buffer to 15MB

This commit is contained in:
2020-04-03 15:31:39 +02:00
parent 9d1158a68b
commit 68bfcb0f74
+2 -2
View File
@@ -7,8 +7,8 @@ namespace config {
// JSON header buffer size - 1MB.
int zmq_buffer_size_header = 1024 * 1024 * 1;
// Data message buffer size - 10MB.
int zmq_buffer_size_data = 1024 * 1024 * 10;
// Data message buffer size - 15MB.
int zmq_buffer_size_data = 1024 * 1024 * 15;
// Ring buffer config.
// Allow for a couple of seconds (file creation might be slow).