mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Remove broken workaround.
This commit is contained in:
@@ -219,7 +219,7 @@ void JobQueue::shutdown()
|
|||||||
void JobQueue::setThreadCount(int c)
|
void JobQueue::setThreadCount(int c)
|
||||||
{ // set the number of thread serving the job queue to precisely this number
|
{ // set the number of thread serving the job queue to precisely this number
|
||||||
if (theConfig.RUN_STANDALONE)
|
if (theConfig.RUN_STANDALONE)
|
||||||
c = 2;
|
c = 1;
|
||||||
else if (c == 0)
|
else if (c == 0)
|
||||||
{
|
{
|
||||||
c = boost::thread::hardware_concurrency();
|
c = boost::thread::hardware_concurrency();
|
||||||
|
|||||||
Reference in New Issue
Block a user