Skip to content

Commit

Permalink
Fix for issue #118 (thanks @kelp404!)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Jan 24, 2013
1 parent 4a2fe82 commit f68c006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmdb.m
Expand Up @@ -849,7 +849,7 @@ int main (int argc, const char * argv[]) {
// You should see pairs of numbers show up in stdout for this stuff:
size_t ops = 16;

dispatch_queue_t dqueue = dispatch_get_global_queue(0, DISPATCH_QUEUE_PRIORITY_HIGH);
dispatch_queue_t dqueue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);

dispatch_apply(ops, dqueue, ^(size_t nby) {

Expand Down

0 comments on commit f68c006

Please sign in to comment.