This commit is contained in:
Christopher Truman 2020-05-31 18:18:26 -07:00
parent 05bd44e56e
commit 4c6f9201ba
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ didReceiveResponse:(NSURLResponse *)response
// Get the image data
NSData *imageData = [self.imageData copy];
// keep maxmium one progressive decode process during download
// keep maximum one progressive decode process during download
if (self.coderQueue.operationCount == 0) {
// NSOperation have autoreleasepool, don't need to create extra one
[self.coderQueue addOperationWithBlock:^{