fix
This commit is contained in:
parent
e2efb78385
commit
001f586a24
@ -234,9 +234,9 @@ auto app_config::get_json() const -> json {
|
|||||||
{
|
{
|
||||||
"RemoteMount",
|
"RemoteMount",
|
||||||
{
|
{
|
||||||
{"Enable", enable_remote_mount_},
|
|
||||||
{"ClientPoolSize", remote_client_pool_size_},
|
|
||||||
{"ApiPort", remote_api_port_},
|
{"ApiPort", remote_api_port_},
|
||||||
|
{"ClientPoolSize", remote_client_pool_size_},
|
||||||
|
{"Enable", enable_remote_mount_},
|
||||||
{"EncryptionToken", remote_encryption_token_},
|
{"EncryptionToken", remote_encryption_token_},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -87,9 +87,9 @@ const auto DEFAULT_SIA_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\": 20000,\n"
|
" \"ApiPort\": 20000,\n"
|
||||||
|
" \"ClientPoolSize\": 10,\n"
|
||||||
|
" \"Enable\": false,\n"
|
||||||
" \"EncryptionToken\": \"\"\n"
|
" \"EncryptionToken\": \"\"\n"
|
||||||
" },\n"
|
" },\n"
|
||||||
" \"RetryReadCount\": 6,\n"
|
" \"RetryReadCount\": 6,\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user