Also check on existence.
[core.git] / inc / config.php
index 8e0ffc4f2eac807d1dc63a1172137170bcd0a94d..03c1b9a225ff00dbd1716b1b012e7c1ec021adff 100644 (file)
@@ -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');