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 905ab1c commit 11f674cCopy full SHA for 11f674c
ios/RNFetchBlobNetwork.m
@@ -105,6 +105,7 @@ - (id)init {
105
@synchronized ([RNFetchBlobNetwork class]) {
106
if (taskQueue == nil) {
107
taskQueue = [[NSOperationQueue alloc] init];
108
+ taskQueue.qualityOfService = NSQualityOfServiceUtility;
109
taskQueue.maxConcurrentOperationCount = 10;
110
}
111
0 commit comments