From 3af4af0fa6c13500c63ea1b52e272b8620bef355 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 22 Aug 2012 08:49:18 +0200 Subject: [PATCH] Increased number of parallel checks. --- base/process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/process.h b/base/process.h index e9af6c804..36fb486a2 100644 --- a/base/process.h +++ b/base/process.h @@ -37,7 +37,7 @@ public: typedef shared_ptr Ptr; typedef weak_ptr WeakPtr; - static const deque::size_type MaxTasksPerThread = 128; + static const deque::size_type MaxTasksPerThread = 512; Process(const String& command);