Explicitly set `diskCacheReadingOptions` to its default value 0

This commit is contained in:
Bogdan Poplauschi 2017-10-18 19:21:15 +03:00
parent e1603e1800
commit 748c7d46b6
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ static const NSInteger kDefaultCacheMaxCacheAge = 60 * 60 * 24 * 7; // 1 week
_shouldDecompressImages = YES;
_shouldDisableiCloud = YES;
_shouldCacheImagesInMemory = YES;
_diskCacheReadingOptions = 0;
_maxCacheAge = kDefaultCacheMaxCacheAge;
_maxCacheSize = 0;
}