Skip to content

Commit 11f674c

Browse files
author
Artur Chrusciel
committed
QOS level for task queue
1 parent 905ab1c commit 11f674c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/RNFetchBlobNetwork.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ - (id)init {
105105
@synchronized ([RNFetchBlobNetwork class]) {
106106
if (taskQueue == nil) {
107107
taskQueue = [[NSOperationQueue alloc] init];
108+
taskQueue.qualityOfService = NSQualityOfServiceUtility;
108109
taskQueue.maxConcurrentOperationCount = 10;
109110
}
110111
}

0 commit comments

Comments
 (0)