adding changes
This commit is contained in:
parent
099bce3846
commit
654628b44d
@ -371,6 +371,11 @@ var WorkerCollection = (function(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(
|
||||||
|
`LMA: ${lastMinAval}`,
|
||||||
|
`Settings MA: ${workers.settings.minAvail}`,
|
||||||
|
`Workers: ${workers.length}`
|
||||||
|
);
|
||||||
if(lastMinAval > workers.settings.minAvail){
|
if(lastMinAval > workers.settings.minAvail){
|
||||||
// Remove workers if there are more than the settings states
|
// Remove workers if there are more than the settings states
|
||||||
console.log(
|
console.log(
|
||||||
@ -395,6 +400,7 @@ var WorkerCollection = (function(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
workers.settingsSave = function(){
|
workers.settingsSave = function(){
|
||||||
// save the live settings file to disk
|
// save the live settings file to disk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user