mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 08:16:16 -04:00
More tuning.
This commit is contained in:
parent
7ac65b0a47
commit
dc2efae421
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue