Update Download Types

2025-08-13 20:17:37 -05:00
parent abefaccac9
commit 90587cbb6b

@@ -30,7 +30,7 @@ You can set your preferred mode using the `PreferredDownloadType` option in `con
- Youre streaming smaller files and have sufficient RAM for the buffer. - Youre streaming smaller files and have sufficient RAM for the buffer.
- **Use `ring_buffer`** when: - **Use `ring_buffer`** when:
- You are reading very large files repeatedly. - 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.
--- ---