Update Configuration File Options

2025-08-13 21:56:51 -05:00
parent 1d8d78ccab
commit 1878a433dd

@@ -23,6 +23,10 @@ This document describes configuration settings for **Repertory** across all prov
| MaxUploadCount | Max simultaneous uploads | ✅ S3 / ✅ Sia | ✅ |
| OnlineCheckRetrySeconds | Seconds between online check retries | ✅ S3 / ✅ Sia | ✅ |
| PreferredDownloadType | Download strategy (default, streaming, etc.) | ✅ 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 | ✅ |
| RemoteMount.EncryptionToken | Encryption token for secure remote mount | ✅ S3 / ✅ Sia | ❌ |
| RetryReadCount | Number of read retries before failing | ✅ S3 / ✅ Sia | ✅ |
| RingBufferFileSize | Size of the ring buffer file in MB | ✅ S3 / ✅ Sia | ✅ |
| TaskWaitMs | Delay between queued tasks in ms | ✅ Remote / ✅ S3 / ✅ Sia | ✅ |