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.