This commit is contained in:
jl777
2016-10-26 08:50:37 -03:00
parent 4563911d3d
commit c59a3beb29
3 changed files with 17 additions and 10 deletions

View File

@@ -753,7 +753,7 @@ 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.
for (int i=0; i<32; i++)
//for (int i=0; i<32; i++)
getAsyncRPCQueue()->addWorker();
/*
int n = GetArg("-rpcasyncthreads", 1);