mirror of
https://github.com/openzim/zimit.git
synced 2025-09-24 21:35:21 -04:00
More precise usage on diskUtilization setting
This commit is contained in:
parent
7f76415710
commit
6b3c725eeb
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Fixed
|
||||
|
||||
- Stream files downloads to not exhaust memory (#373)
|
||||
- Fix documentation on `--diskUtilization` setting (#375)
|
||||
|
||||
## [2.1.0] - 2024-08-09
|
||||
|
||||
|
@ -286,8 +286,8 @@ def run(raw_args):
|
||||
|
||||
parser.add_argument(
|
||||
"--diskUtilization",
|
||||
help="If set, save state and exit if diskutilization "
|
||||
"exceeds this percentage value",
|
||||
help="Save state and exit if disk utilization exceeds this percentage value."
|
||||
" Default (if not set) is 90%. Set to 0 to disable disk utilization check.",
|
||||
type=int,
|
||||
default=90,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user