stuff
This commit is contained in:
parent
0b9b5c0627
commit
02c0c85417
@ -66,7 +66,7 @@ var checkWorkersBalance = function(){
|
|||||||
|
|
||||||
if(workers.length < 2){
|
if(workers.length < 2){
|
||||||
console.log('less then 2 workers, starting a droplet');
|
console.log('less then 2 workers, starting a droplet');
|
||||||
for(var i=0; i<2) workerCreate();
|
for(var i=0; i<2; i++) workerCreate();
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
if(workers[workers.length-1].usedrunner !== 0){
|
if(workers[workers.length-1].usedrunner !== 0){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user