Update Download Types

Scott E. Graves 2025-02-23 18:26:40 -06:00
parent 9f97746f4d
commit e5e00fea04

@ -7,6 +7,7 @@ The `PreferredDownloadType` setting in `config.json` determines which of these m
* In `default` mode, a file of equal size is fully allocated within the`cache` directory. * In `default` mode, a file of equal size is fully allocated within the`cache` directory.
* File read/write occurs in 8MiB chunks for files that are not currently in cache. * File read/write occurs in 8MiB chunks for files that are not currently in cache.
* Even though writes occur within 1 or more 8MiB chunks, the file will not be scheduled for upload until all chunks have been downloaded. * Even though writes occur within 1 or more 8MiB chunks, the file will not be scheduled for upload until all chunks have been downloaded.
* If `repertory` is unmounted prior to an upload completing, it will be re-scheduled the next time the location is mounted.
* This mode will be forced if any request to write is performed. * This mode will be forced if any request to write is performed.
* This mode supports read and write. * This mode supports read and write.