Skip to content

Commit

Permalink
Merge pull request #39 from notheowner/patch1
Browse files Browse the repository at this point in the history
Disable memory monitor and device cooldown
  • Loading branch information
jfberry authored Mar 9, 2024
2 parents 62f6471 + c1191f6 commit 0173081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"consoleStatus": false
},
"monitor": {
"enabled": true,
"enabled": false,
"reboot": false,
"minMemory": 30000,
"maxMemStartMultiple": 2,
"maxMemStartMultipleOverwrite": {},
"deviceCooldown": 20
"deviceCooldown": 0
}
}

0 comments on commit 0173081

Please sign in to comment.