From dbd7d1a6fd72ba2c2ab6b14421def573511ff839 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 23 Feb 2025 18:27:53 -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 7684a56..480daf5 100644 --- a/Download-Types.md +++ b/Download-Types.md @@ -21,4 +21,5 @@ The `PreferredDownloadType` setting in `config.json` determines which of these m ## Direct * In `direct` mode, files are read directly from the corresponding provider without any local caching. + * An in-memory ring buffer is used to cache up to 5 8MiB chunks. * This mode only supports read. \ No newline at end of file