mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Increased number of parallel checks.
This commit is contained in:
parent
468f5216b8
commit
3af4af0fa6
@ -37,7 +37,7 @@ public:
|
|||||||
typedef shared_ptr<Process> Ptr;
|
typedef shared_ptr<Process> Ptr;
|
||||||
typedef weak_ptr<Process> WeakPtr;
|
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);
|
Process(const String& command);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user