another process.nextTick

v1.18.x
Baris Usakli 7 years ago
parent e187a0def2
commit 30ae0a5499

@ -503,7 +503,7 @@ module.exports = function (db, module) {
if (options.interval) {
setTimeout(next, options.interval);
} else {
next();
process.nextTick(next);
}
},
], next);

Loading…
Cancel
Save