We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac2733 commit 97a80b8Copy full SHA for 97a80b8
Branch-SDK/Branch-SDK/Branch.m
@@ -1931,7 +1931,7 @@ - (void)processNextQueueItem {
1931
1932
}
1933
1934
- dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0);
+ dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
1935
dispatch_async(queue, ^ {
1936
[req makeRequest:self.serverInterface key:self.class.branchKey callback:
1937
^(BNCServerResponse* response, NSError* error) {
0 commit comments