mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 00:54:30 +02:00
More tuning.
This commit is contained in:
parent
7ac65b0a47
commit
dc2efae421
@ -213,7 +213,7 @@ void EventQueue::ReportThreadProc(void)
|
||||
|
||||
if (pending > alive - busy) {
|
||||
/* Spawn a few additional workers. */
|
||||
for (int i = 0; i < 2; i++)
|
||||
for (int i = 0; i < 8; i++)
|
||||
SpawnWorker();
|
||||
} else {
|
||||
KillWorker();
|
||||
|
Loading…
x
Reference in New Issue
Block a user