From: Gunnar Beutner Date: Wed, 22 Aug 2012 06:49:18 +0000 (+0200) Subject: Increased number of parallel checks. X-Git-Tag: v0.0.1~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3af4af0fa6c13500c63ea1b52e272b8620bef355;p=icinga2 Increased number of parallel checks. --- 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);