fix regression in maxWorkers
This commit is contained in:
parent
2695b51b0d
commit
e05891184e
@ -203,6 +203,7 @@ Workers.initialize = function (Env, config, _cb) {
|
||||
Log.info("INSUFFICIENT_MAX_WORKERS", max);
|
||||
limit = 1;
|
||||
}
|
||||
limit = max;
|
||||
} else {
|
||||
Log.error("INVALID_MAX_WORKERS", '[' + max + ']');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user