From 615d4fb35ba0ab1f21a8c42e419806ec2321715f Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Thu, 24 Sep 2020 13:01:31 -0700 Subject: [PATCH] Fixes serverNotFound error when refreshing apps due to background fetch Extends time limit for discovering servers back to 3 seconds, and now accounts for wired and local servers. --- AltStore/Operations/BackgroundRefreshAppsOperation.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AltStore/Operations/BackgroundRefreshAppsOperation.swift b/AltStore/Operations/BackgroundRefreshAppsOperation.swift index a2619abd..ee8eb0de 100644 --- a/AltStore/Operations/BackgroundRefreshAppsOperation.swift +++ b/AltStore/Operations/BackgroundRefreshAppsOperation.swift @@ -105,12 +105,11 @@ class BackgroundRefreshAppsOperation: ResultOperation<[String: Result