mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Increase cache size
This commit is contained in:
parent
f5aca6f016
commit
c5981b4d85
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ThumbnailCacheManager {
|
|||
Config(
|
||||
key,
|
||||
stalePeriod: const Duration(days: 30),
|
||||
maxNrOfCacheObjects: 20000,
|
||||
maxNrOfCacheObjects: 50000,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue