Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Bogdan Poplauschi
2017-10-18 19:21:15 +0300
Commit
748c7d46b69574b45381e7c17679ab42f5d70772
1 parent
e1603e18
Explicitly set `diskCacheReadingOptions` to its default value 0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
SDWebImage/SDImageCacheConfig.m
SDWebImage/SDImageCacheConfig.m
View file @
748c7d4
...
...
@@ -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
;
}
...
...
Please
register
or
login
to post a comment