We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add or remove the cache size limit .
cache limit 250MB is tooooooooo small . it take so much time to reload the thumbnails.
No response
The text was updated successfully, but these errors were encountered:
We can't make the cache larger than 250 MB (library limit: https://github.com/bumptech/glide/wiki/Configuration#disk-cache). Also, problem with slow loading of thumbnails is known and reported here: #136.
Sorry, something went wrong.
For me, the documentation reads like the 250MB is a default value that can be changed: https://github.com/bumptech/glide/blob/3.0/library/src/main/java/com/bumptech/glide/load/engine/cache/DiskCache.java#L18
According to the linked Wiki page: You can set the size of the disk cache using the InternalCacheDiskCacheFactory.
so happy to hear that!!!
No branches or pull requests
Checklist
Feature description
add or remove the cache size limit .
Why do you want this feature?
cache limit 250MB is tooooooooo small . it take so much time to reload the thumbnails.
Additional information
No response
The text was updated successfully, but these errors were encountered: