From 9c6e608bcd2a50f1abcbc5bc05054629e7cb69a2 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 13 Aug 2025 21:58:31 -0500 Subject: [PATCH] Update Configuration File Options --- Configuration-File-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration-File-Options.md b/Configuration-File-Options.md index 1e71eec..3c91d6d 100644 --- a/Configuration-File-Options.md +++ b/Configuration-File-Options.md @@ -22,7 +22,7 @@ This document describes configuration settings for **Repertory** across all prov | MaxCacheSizeBytes | Maximum cache size in bytes | ✅ S3 / ✅ Sia | ✅ | | MaxUploadCount | Max simultaneous uploads | ✅ S3 / ✅ Sia | ✅ | | OnlineCheckRetrySeconds | Seconds between online check retries | ✅ S3 / ✅ Sia | ✅ | -| PreferredDownloadType | Download strategy (default, streaming, etc.) | ✅ S3 / ✅ Sia | ✅ | +| PreferredDownloadType | Download strategy (default, direct, ring_buffer) | ✅ S3 / ✅ Sia | ✅ | | RemoteMount.ApiPort | API port for remote mounting | ✅ S3 / ✅ Sia | ❌ | | RemoteMount.ClientPoolSize | Number of pooled clients for remote mounting | ✅ S3 / ✅ Sia | ❌ | | RemoteMount.Enable | Enable remote mounting | ✅ S3 / ✅ Sia | ❌ |