Increase thumbnail cache size

This commit is contained in:
Vishnu Mohandas 2021-02-09 17:46:25 +05:30
parent c64c8c5efe
commit 80727abc82

View file

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