Unverified Commit 02e7a5b6 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #391 from skalenetwork/390-fix-misconfigurated-thread-count

Enable ZeroMQ
parents 21e5b8a2 c9d3962b
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#include "Log.h" #include "Log.h"
#ifdef SGX_HW_SIM #ifdef SGX_HW_SIM
#define NUM_THREADS 16 #define NUM_THREADS 8
#else #else
#define NUM_THREADS 200 #define NUM_THREADS 200
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment