This commit is contained in:
William Mantly 2016-05-05 01:06:24 -04:00
parent 998063268f
commit 30525c984c

View File

@ -76,7 +76,7 @@ var startWorkers = function(clworker, stopPercent){
worker: clworker,
label: clworker.name+':'+name
});
return startWorkers(clworker);
return setTimeout(startWorkers(clworker),0);
});
}else{
console.log('using', usedMemPercent, 'percent memory, stopping container creation!', availContainers.length, 'created');