Update Download Types

2025-08-14 19:55:04 -05:00
parent 8623e56cf2
commit ad94cae2f7

@@ -7,9 +7,9 @@ Set your preference with the `PreferredDownloadType` option in `config.json`.
> ⚠️ **Important clarification** > ⚠️ **Important clarification**
> As of the current implementation, **`default`** and **`ring_buffer`** behave the same for normal file opens: > As of the current implementation, **`default`** and **`ring_buffer`** behave the same for normal file opens:
> - Repertory attempts **ring-buffer mode** first > - Repertory attempts **ring-buffer mode** first
> - Falls back to **direct** if ring buffer isnt viable > - Falls back to **direct** if ring buffer isn't viable
> - Promotes to **cached read/write** on a write > - Promotes to **cached read/write** on a write
> In the future, `default` may switch to a different selection mechanism. Choose `ring_buffer` if you want to lock in todays behavior. > In the future, `default` may switch to a different selection mechanism. Choose `ring_buffer` if you want to lock in today's behavior.
--- ---