mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
another process.nextTick
This commit is contained in:
@@ -503,7 +503,7 @@ module.exports = function (db, module) {
|
||||
if (options.interval) {
|
||||
setTimeout(next, options.interval);
|
||||
} else {
|
||||
next();
|
||||
process.nextTick(next);
|
||||
}
|
||||
},
|
||||
], next);
|
||||
|
||||
Reference in New Issue
Block a user