Remove broken workaround.

This commit is contained in:
JoelKatz
2013-03-10 17:04:10 -07:00
parent 6f811f1e96
commit 6f40e17bad

View File

@@ -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();