B. Petersen hace 4 años
padre
commit
73e587a4b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -388,7 +388,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
 
 
         DispatchQueue.global(qos: .background).async { [weak self] in
         DispatchQueue.global(qos: .background).async { [weak self] in
             logger.info("➡️ fetching")
             logger.info("➡️ fetching")
-            _ = fetchSemaphore.wait(timeout: .now() + 1000)
+            _ = fetchSemaphore.wait(timeout: .now() + 10)
 
 
             DispatchQueue.main.async { [weak self] in
             DispatchQueue.main.async { [weak self] in
                 logger.info("⬅️ finishing fetch")
                 logger.info("⬅️ finishing fetch")