Dune both sides

This commit is contained in:
2020-04-22 11:03:34 +02:00
parent 6cc6be11be
commit c4e982baa9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);