From 84afdadcb05b962d2454c9590c191589c4499453 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 23 Feb 2025 18:28:19 -0600 Subject: [PATCH] Update Download Types --- Download-Types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Download-Types.md b/Download-Types.md index 480daf5..5d2dbab 100644 --- a/Download-Types.md +++ b/Download-Types.md @@ -1,3 +1,5 @@ +## Details + `repertory` supports 3 different download modes for reading and writing files: `default`, `ring_buffer`, and `direct`. The `PreferredDownloadType` setting in `config.json` determines which of these modes is preferred. This does not guarantee the mode will always be chosen, as `repertory` will choose an appropriate mode based on the type of file operation being performed. If a file is currently open in read mode and a request to write is performed, the file will automatically be changed to `default` mode without any interruptions to file i/o.