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 5f4d7f4 commit 09b6ee9Copy full SHA for 09b6ee9
SDWebImage/SDWebImageDownloader.m
@@ -65,7 +65,7 @@ - (id)init {
65
if ((self = [super init])) {
66
_executionOrder = SDWebImageDownloaderFIFOExecutionOrder;
67
_downloadQueue = [NSOperationQueue new];
68
- _downloadQueue.maxConcurrentOperationCount = 2;
+ _downloadQueue.maxConcurrentOperationCount = 6;
69
_URLCallbacks = [NSMutableDictionary new];
70
_HTTPHeaders = [NSMutableDictionary dictionaryWithObject:@"image/webp,image/*;q=0.8" forKey:@"Accept"];
71
_barrierQueue = dispatch_queue_create("com.hackemist.SDWebImageDownloaderBarrierQueue", DISPATCH_QUEUE_CONCURRENT);
0 commit comments