diff --git a/lib/consts.js b/lib/consts.js index 912df124..0504f8f4 100644 --- a/lib/consts.js +++ b/lib/consts.js @@ -78,7 +78,7 @@ module.exports = { AUTHLOG_TIME: 30 * 24 * 3600 * 1000, // start processing tasks 5 minues after startup - TASK_STARTUP_INTERVAL: 1000, //1 * 60 * 1000, + TASK_STARTUP_INTERVAL: 1 * 60 * 1000, // if no tasks were found, wait 2 seconds TASK_IDLE_INTERVAL: 2 * 1000,