More tuning.

This commit is contained in:
Gunnar Beutner 2013-03-23 12:54:14 +01:00
parent 7ac65b0a47
commit dc2efae421
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ void EventQueue::ReportThreadProc(void)
if (pending > alive - busy) { if (pending > alive - busy) {
/* Spawn a few additional workers. */ /* Spawn a few additional workers. */
for (int i = 0; i < 2; i++) for (int i = 0; i < 8; i++)
SpawnWorker(); SpawnWorker();
} else { } else {
KillWorker(); KillWorker();