Implement a check to validate local filesystem available space before attempting file download (#1971)

* Implement a check to validate local filesystem available space before attempting file download
* Implement 'space_reservation' config option with a default value of 50 MB
* Prevent the original run-away logging error message 'Failed initialization on handle XXXX' from occurring if the system is out of space
* Update documentation and man page
This commit is contained in:
abraunegg 2022-06-01 05:57:05 +10:00 committed by GitHub
commit 0fffb8fbc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 91 additions and 6 deletions

1
config
View file

@ -50,3 +50,4 @@
# webhook_listening_port = "8888"
# webhook_expiration_interval = "86400"
# webhook_renewal_interval = "43200"
# space_reservation = "50"