stuff
This commit is contained in:
parent
bf21a8b966
commit
dd68a29208
@ -51,7 +51,7 @@ var checkWorkersBalance = function(){
|
|||||||
if(isCheckingWorkers) return false;
|
if(isCheckingWorkers) return false;
|
||||||
|
|
||||||
isCheckingWorkers = true;
|
isCheckingWorkers = true;
|
||||||
if(!workers){
|
if(workers.length < 2){
|
||||||
console.log('No workers, starting droplet');
|
console.log('No workers, starting droplet');
|
||||||
return workerCreate();
|
return workerCreate();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user