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 3d13a66 commit 83307f6Copy full SHA for 83307f6
PBGitRepository.m
@@ -35,7 +35,7 @@ dispatch_queue_t PBGetWorkQueue() {
35
static dispatch_queue_t work_queue;
36
static dispatch_once_t onceToken;
37
dispatch_once(&onceToken, ^{
38
- work_queue = dispatch_queue_create("PBWorkQueue", 0);
+ work_queue = dispatch_queue_create("PBWorkQueue", DISPATCH_QUEUE_CONCURRENT);
39
});
40
return work_queue;
41
#else
0 commit comments