Skip to content

Commit

Permalink
oops, used wrong constant
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Aug 27, 2016
1 parent 620d35f commit 3924cac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ - (void)prepareInitialState
self.pendingOperations = [NSMutableDictionary dictionary];

if ([XRSystemInformation isUsingOSXYosemiteOrLater]) {
self.qualityOfService = NSOperationQueuePriorityNormal;
self.qualityOfService = NSQualityOfServiceDefault;
}
}

Expand Down

0 comments on commit 3924cac

Please sign in to comment.