Update Download Types

2025-08-14 19:55:45 -05:00
parent ad94cae2f7
commit 008c32908f

@@ -55,8 +55,8 @@ When a path is opened, Repertory chooses a mode with these rules:
## 🛠 Choosing the right mode ## 🛠 Choosing the right mode
- **Pick `ring_buffer`** if you want to lock in todays adaptive behavior (bounded disk usage with automatic fallback to direct and promotion to cached on write). - **Pick `ring_buffer`** if you want to lock in today's adaptive behavior (bounded disk usage with automatic fallback to direct and promotion to cached on write).
- **Pick `default`** if youre okay with the current `ring_buffer`-first behavior and want to follow any future improvements to the selection strategy automatically. - **Pick `default`** if you're okay with the current `ring_buffer`-first behavior and want to follow any future improvements to the selection strategy automatically.
- **Pick `direct`** if you: - **Pick `direct`** if you:
- Want minimal disk usage and never want ring buffer used automatically. - Want minimal disk usage and never want ring buffer used automatically.
- Are doing read-only streaming and are fine with promotion to cached only if/when a write happens. - Are doing read-only streaming and are fine with promotion to cached only if/when a write happens.