diff --git a/src/assets/settings.json b/src/assets/settings.json index 8bc1e25..454ff66 100644 --- a/src/assets/settings.json +++ b/src/assets/settings.json @@ -31,6 +31,7 @@ "EvictionDelaySeconds": "Number of seconds to wait after all file handles are closed before allowing file to be evicted from cache.", "EvictionDelayMinutes": "Number of minutes to wait after all file handles are closed before allowing file to be evicted from cache.", "MaxCacheSizeBytes": "This value specifies the maximum amount of local space to consume before files are removed from cache. EnableMaxCacheSize must also be set to true for this value to take affect.", + "MaxUploadCount": "Maximum number of simultaneous uploads.", "MinimumRedundancy": "Files are elected for removal once this value has been reached. Be aware that this value cannot be set to less than 1.5x.", "OnlineCheckRetrySeconds": "Number of seconds to wait for Sia/ScPrime daemon to become available/connectable.", "OrphanedFileRetentionDays": "Repertory attempts to keep modifications between Sia-UI and the mounted location in sync as much as possible. In the event a file is removed from Sia-UI, it will be marked as orphaned in Repertory and moved into an 'orphaned' directory within Repertory's data directory. This setting specifies the number of days this file is retained before final deletion.", @@ -41,7 +42,6 @@ }, "SkynetConfig": { "EncryptionToken": "Encryption token used to encrypt files in Skynet. Set this value once as it applies to all files stored.", - "PortalList": "List of Skynet portals used to load-balance uploads and downloads.", - "MaxUploadCount": "Maximum number of simultaneous uploads." + "PortalList": "List of Skynet portals used to load-balance uploads and downloads." } }