This commit is contained in:
William Mantly 2017-10-09 00:32:24 -04:00
parent 8e89c986bb
commit 5711070d92

View File

@ -214,6 +214,7 @@ var workers = (function(){
workers.checkForZombies();
console.log(workers.currentCreating+workers.length, workers.currentCreating+workers.length < workers.min)
// if there are workers being created, stop scale up and down check
if(workers.currentCreating+workers.length < workers.min) null;
else if(workers.currentCreating)