marinofaggiana 4 years ago
parent
commit
1a9775dd57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Networking/NCNetworkingAutoUpload.swift

+ 1 - 1
iOSClient/Networking/NCNetworkingAutoUpload.swift

@@ -41,7 +41,7 @@ class NCNetworkingAutoUpload: NSObject {
     }
     
     func startTimer() {
-        timerProcess = Timer.scheduledTimer(timeInterval: TimeInterval(k_timerAutoUpload), target: self, selector: #selector(process), userInfo: nil, repeats: false)
+        timerProcess = Timer.scheduledTimer(timeInterval: TimeInterval(k_timerAutoUpload), target: self, selector: #selector(process), userInfo: nil, repeats: true)
     }
 
     @objc private func process() {