This commit is contained in:
jl777
2016-10-26 08:42:31 -03:00
parent 0be045f33a
commit 4563911d3d
3 changed files with 4 additions and 3 deletions

View File

@@ -753,7 +753,8 @@ void StartRPCThreads()
g_rpcSignals.Started();
// Launch one async rpc worker. The ability to launch multiple workers is not recommended at present and thus the option is disabled.
getAsyncRPCQueue()->addWorker();
for (int i=0; i<32; i++)
getAsyncRPCQueue()->addWorker();
/*
int n = GetArg("-rpcasyncthreads", 1);
if (n<1) {