mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
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:
parent
767352686f
commit
0fffb8fbc0
8 changed files with 91 additions and 6 deletions
1
config
1
config
|
|
@ -50,3 +50,4 @@
|
|||
# webhook_listening_port = "8888"
|
||||
# webhook_expiration_interval = "86400"
|
||||
# webhook_renewal_interval = "43200"
|
||||
# space_reservation = "50"
|
||||
Loading…
Add table
Add a link
Reference in a new issue