Use setInmmediate vs process.nextTick
This commit is contained in:
parent
808c729a0e
commit
fb4ee61b83
@ -15,7 +15,7 @@ MapConfigBufferSizeAdapter.prototype.getMapConfig = function (user, requestMapCo
|
||||
}
|
||||
});
|
||||
|
||||
process.nextTick(function () {
|
||||
setImmediate(function () {
|
||||
callback(null, requestMapConfig);
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user