Increased number of parallel checks.

This commit is contained in:
Gunnar Beutner 2012-08-22 08:49:18 +02:00
parent 468f5216b8
commit 3af4af0fa6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public:
typedef shared_ptr<Process> Ptr;
typedef weak_ptr<Process> WeakPtr;
static const deque<Process::Ptr>::size_type MaxTasksPerThread = 128;
static const deque<Process::Ptr>::size_type MaxTasksPerThread = 512;
Process(const String& command);