mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-02-25 08:23:43 +08:00
fix updated interval
This commit is contained in:
parent
592e00b407
commit
ee56f13859
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue