Reduce thumbnail cache size
This commit is contained in:
parent
f2dee27862
commit
15018b64ca
1 changed files with 1 additions and 1 deletions
2
lib/core/cache/thumbnail_cache_manager.dart
vendored
2
lib/core/cache/thumbnail_cache_manager.dart
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue