Unverified Commit 5b031ead authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #284 from skalenetwork/FIX_GITHUB_ACTIONS

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