Reduce thumbnail cache size

This commit is contained in:
Vishnu Mohandas 2021-02-09 17:34:01 +05:30
parent f2dee27862
commit 15018b64ca

View file

@ -12,7 +12,7 @@ class ThumbnailCacheManager extends BaseCacheManager {
return _instance;
}
ThumbnailCacheManager._() : super(key, maxNrOfCacheObjects: 20000);
ThumbnailCacheManager._() : super(key, maxNrOfCacheObjects: 2000);
@override
Future<String> getFilePath() async {