stuff
This commit is contained in:
parent
421a8ec78b
commit
eec89027a4
@ -136,9 +136,8 @@ var workers = (function(){
|
||||
return workers.create();
|
||||
}
|
||||
if(workers.length > minWorkers && workers[workers.length-1].usedrunner === 0 && workers[workers.length-2].usedrunner === 0){
|
||||
console.log('Last 2 runners not used, killing last runner');
|
||||
workers.destroy();
|
||||
changed = true;
|
||||
console.log('Last 2 runners not used, killing last runner', workers.length);
|
||||
return workers.destroy();
|
||||
}
|
||||
|
||||
for(let worker of workers){
|
||||
|
Loading…
x
Reference in New Issue
Block a user