Workaround for whatever the real bug is.

This commit is contained in:
JoelKatz
2013-03-06 17:01:15 -08:00
parent d0e00f3706
commit 253485e3db

View File

@@ -211,7 +211,7 @@ void JobQueue::shutdown()
void JobQueue::setThreadCount(int c)
{ // set the number of thread serving the job queue to precisely this number
if (theConfig.RUN_STANDALONE)
c = 1;
c = 2;
else if (c == 0)
{
c = boost::thread::hardware_concurrency();