From e5e00fea045f065be6c4480ec81ddc5e772ba6c6 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 23 Feb 2025 18:26:40 -0600 Subject: [PATCH] Update Download Types --- Download-Types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Download-Types.md b/Download-Types.md index 198e27d..7684a56 100644 --- a/Download-Types.md +++ b/Download-Types.md @@ -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. * 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. + * 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 supports read and write.