fix updated interval

This commit is contained in:
Andris Reinman 2022-05-16 12:11:41 +03:00
parent 592e00b407
commit ee56f13859
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364

View file

@ -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,