From: Roland Haeder Date: Tue, 24 Mar 2015 20:39:54 +0000 (+0100) Subject: Move also this. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=70b0a049cb6784bd454f44126a843a83fb94c8cc;p=core.git Move also this. Signed-off-by: Roland Häder --- diff --git a/inc/config.php b/inc/config.php index 8c55886d..1410e5ea 100644 --- a/inc/config.php +++ b/inc/config.php @@ -431,5 +431,8 @@ $cfg->setConfigEntry('task_idle_loop_interval_delay', 0); // CFG: TASK-IDLE-LOOP-MAX-RUNS $cfg->setConfigEntry('task_idle_loop_max_runs', 0); +// CFG: SHUTDOWN-TASK-VISITOR-CLASS +$cfg->setConfigEntry('shutdown_task_visitor_class', 'ShutdownTaskVisitor'); + // [EOF] ?>