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.
2 parents 1a3ccc2 + 09b6ee9 commit 759f0b9Copy full SHA for 759f0b9
SDWebImage/SDWebImageDownloader.m
@@ -67,7 +67,7 @@ - (id)init {
67
_operationClass = [SDWebImageDownloaderOperation class];
68
_executionOrder = SDWebImageDownloaderFIFOExecutionOrder;
69
_downloadQueue = [NSOperationQueue new];
70
- _downloadQueue.maxConcurrentOperationCount = 2;
+ _downloadQueue.maxConcurrentOperationCount = 6;
71
_URLCallbacks = [NSMutableDictionary new];
72
_HTTPHeaders = [NSMutableDictionary dictionaryWithObject:@"image/webp,image/*;q=0.8" forKey:@"Accept"];
73
_barrierQueue = dispatch_queue_create("com.hackemist.SDWebImageDownloaderBarrierQueue", DISPATCH_QUEUE_CONCURRENT);
0 commit comments