Skip to content

Commit 97a80b8

Browse files
committed
SDK-450 switch to default priority for all queues.
1 parent 6ac2733 commit 97a80b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,7 @@ - (void)processNextQueueItem {
19311931

19321932
}
19331933

1934-
dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0);
1934+
dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
19351935
dispatch_async(queue, ^ {
19361936
[req makeRequest:self.serverInterface key:self.class.branchKey callback:
19371937
^(BNCServerResponse* response, NSError* error) {

0 commit comments

Comments
 (0)