marinofaggiana 3 years ago
parent
commit
f56a29002a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/Networking/NCNetworkingProcessUpload.swift

+ 1 - 0
iOSClient/Networking/NCNetworkingProcessUpload.swift

@@ -69,6 +69,7 @@ class NCNetworkingProcessUpload: NSObject {
             
             for sessionSelector in sessionSelectors {
                 if counterUpload < self.maxConcurrentOperationUpload {
+                    
                     let limit = self.maxConcurrentOperationUpload - counterUpload
                     var predicate = NSPredicate()
                     if UIApplication.shared.applicationState == .background {