Unverified Commit 97463864 authored by kladko's avatar kladko

Fix github actions

parent 84d73a07
......@@ -50,6 +50,8 @@ ZMQServer::ZMQServer(bool _checkSignature, const string &_caCertFile)
workerThreads = 8;
}
workerThreads = 1; // do single threaded for now
if (_checkSignature) {
CHECK_STATE(!_caCertFile.empty());
ifstream t(_caCertFile);
......
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