This commit is contained in:
Scott E. Graves 2024-12-19 12:37:13 -06:00
parent 001f586a24
commit 274471a066

View File

@ -128,9 +128,9 @@ const auto DEFAULT_S3_CONFIG = "{\n"
" \"OrphanedFileRetentionDays\": 15,\n" " \"OrphanedFileRetentionDays\": 15,\n"
" \"PreferredDownloadType\": \"fallback\",\n" " \"PreferredDownloadType\": \"fallback\",\n"
" \"RemoteMount\": {\n" " \"RemoteMount\": {\n"
" \"Enable\": false,\n"
" \"ClientPoolSize\": 10,\n"
" \"ApiPort\": 20100,\n" " \"ApiPort\": 20100,\n"
" \"ClientPoolSize\": 10,\n"
" \"Enable\": false,\n"
" \"EncryptionToken\": \"\"\n" " \"EncryptionToken\": \"\"\n"
" },\n" " },\n"
" \"RetryReadCount\": 6,\n" " \"RetryReadCount\": 6,\n"