@@ -42,7 +42,7 @@ let userAgent: String = {
4242 var pushNotificationServerProxy : String = " https://push-notifications.nextcloud.com "
4343 var linkLoginHost : String = " https://nextcloud.com/install "
4444 var linkloginPreferredProviders : String = " https://nextcloud.com/signup-ios "
45- var webLoginAutenticationProtocol : String = " nc:// " // example "abc://"
45+ var webLoginAutenticationProtocol : String = " nc:// " // example "abc://"
4646 var privacy : String = " https://nextcloud.com/privacy "
4747 var sourceCode : String = " https://github.com/nextcloud/ios "
4848 var mobileconfig : String = " /remote.php/dav/provisioning/apple-provisioning.mobileconfig "
@@ -65,7 +65,7 @@ let userAgent: String = {
6565 var disable_request_login_url : Bool = false
6666 var disable_multiaccount : Bool = false
6767 var disable_more_external_site : Bool = false
68- var disable_openin_file : Bool = false // Don't touch me !!
68+ var disable_openin_file : Bool = false // Don't touch me !!
6969 var disable_crash_service : Bool = false
7070 var disable_log : Bool = false
7171 var disable_mobileconfig : Bool = false
@@ -79,11 +79,12 @@ let userAgent: String = {
7979 var enforce_servers : [ ( name: String , url: String ) ] = [ ]
8080
8181 // Internal option behaviour
82- var cleanUpDay : Int = 0 // Set default "Delete all cached files older than" possible days value are: 0, 1, 7, 30, 90, 180, 365
82+ var cleanUpDay : Int = 0 // Set default "Delete all cached files older than" possible days value are: 0, 1, 7, 30, 90, 180, 365
8383
84- // Max download/upload concurrent
85- let maxConcurrentOperationDownload : Int = 5
86- let maxConcurrentOperationUpload : Int = 5
84+ // Max request/download/upload concurrent
85+ let httpMaximumConnectionsPerHost : Int = 6
86+ let httpMaximumConnectionsPerHostInDownload : Int = 6
87+ let httpMaximumConnectionsPerHostInUpload : Int = 6
8788
8889 // Number of failed attempts after reset app
8990 let resetAppPasscodeAttempts : Int = 10
0 commit comments