From 51be65a88ab055fcc3011046ef7ee700a6168a20 Mon Sep 17 00:00:00 2001 From: Gareth Reese Date: Mon, 22 Apr 2024 15:29:41 +0100 Subject: [PATCH] Also add qos to the test app --- Example/FlagsmithClient/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/FlagsmithClient/AppDelegate.swift b/Example/FlagsmithClient/AppDelegate.swift index a68b1d0..b147a0d 100644 --- a/Example/FlagsmithClient/AppDelegate.swift +++ b/Example/FlagsmithClient/AppDelegate.swift @@ -17,7 +17,7 @@ func isSuccess(_ result: Result) -> Bool { class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - let concurrentQueue = DispatchQueue(label: "concurrentQueue", attributes: .concurrent) + let concurrentQueue = DispatchQueue(label: "concurrentQueue", qos: .default, attributes: .concurrent) func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch.