Increase cache size

This commit is contained in:
Ming Ming 2023-03-19 23:13:06 +08:00
parent f5aca6f016
commit c5981b4d85

View file

@ -40,7 +40,7 @@ class ThumbnailCacheManager {
Config(
key,
stalePeriod: const Duration(days: 30),
maxNrOfCacheObjects: 20000,
maxNrOfCacheObjects: 50000,
),
);
}