Skip to content

Commit

Permalink
Also add qos to the test app
Browse files Browse the repository at this point in the history
  • Loading branch information
gazreese committed Apr 22, 2024
1 parent 6e05ea8 commit 51be65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/FlagsmithClient/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func isSuccess<T,F>(_ result: Result<T,F>) -> 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.
Expand Down

0 comments on commit 51be65a

Please sign in to comment.