diff --git a/src/util/argParser.ts b/src/util/argParser.ts index c0564ec9..4417a3f5 100644 --- a/src/util/argParser.ts +++ b/src/util/argParser.ts @@ -475,7 +475,7 @@ class ArgParser { describe: "If set, save state and exit if disk utilization exceeds this percentage value", type: "number", - default: 90, + default: 0, }, timeLimit: {