X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=03c1b9a225ff00dbd1716b1b012e7c1ec021adff;hp=8e0ffc4f2eac807d1dc63a1172137170bcd0a94d;hb=ffea4d98e23cf4c02502f4c1ec4165d7968fdad9;hpb=25e35776abbc47ed9580273a8acc783c4bfd5eb8 diff --git a/inc/config.php b/inc/config.php index 8e0ffc4f..03c1b9a2 100644 --- a/inc/config.php +++ b/inc/config.php @@ -431,6 +431,9 @@ $cfg->setConfigEntry('task_idle_loop_interval_delay', 0); // CFG: TASK-IDLE-LOOP-MAX-RUNS $cfg->setConfigEntry('task_idle_loop_max_runs', 0); +// CFG: IDLE-LOOP-TIME (5 milli seconds) +$cfg->setConfigEntry('idle_loop_time', 5); + // CFG: SHUTDOWN-TASK-VISITOR-CLASS $cfg->setConfigEntry('shutdown_task_visitor_class', 'ShutdownTaskVisitor');