B. Petersen 4 年之前
父节点
当前提交
73e587a4b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
             logger.info("➡️ fetching")
-            _ = fetchSemaphore.wait(timeout: .now() + 1000)
+            _ = fetchSemaphore.wait(timeout: .now() + 10)
 
             DispatchQueue.main.async { [weak self] in
                 logger.info("⬅️ finishing fetch")