From 90587cbb6b98423c818c22b9c247ce435ece4463 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 13 Aug 2025 20:17:37 -0500 Subject: [PATCH] Update Download Types --- Download-Types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Download-Types.md b/Download-Types.md index 255241c..3e25161 100644 --- a/Download-Types.md +++ b/Download-Types.md @@ -30,7 +30,7 @@ You can set your preferred mode using the `PreferredDownloadType` option in `con - You’re streaming smaller files and have sufficient RAM for the buffer. - **Use `ring_buffer`** when: - You are reading very large files repeatedly. - - You want to limit memory usage by using a fixed-size disk buffer. + - You want to limit disk space usage by using a fixed-size disk buffer. ---