From 008c32908f49d09f813462c0c9dc11cef96efaaf Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 14 Aug 2025 19:55:45 -0500 Subject: [PATCH] Update Download Types --- Download-Types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Download-Types.md b/Download-Types.md index c3eb9f0..7c2dada 100644 --- a/Download-Types.md +++ b/Download-Types.md @@ -55,8 +55,8 @@ When a path is opened, Repertory chooses a mode with these rules: ## 🛠 Choosing the right mode -- **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 you’re okay with the current `ring_buffer`-first behavior and want to follow any future improvements to the selection strategy automatically. +- **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 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: - 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.