-
-
Notifications
You must be signed in to change notification settings - Fork 712
Closed
Description
Hi @renefloor ,
7 days is not long enough. Imagine chat app where people share images.
if person does not open app for 7 days - next time everything will be extremely slow.
I actually do not understand what goals 7 days are achieving - since you have CacheManager that controls its size and removes oldest files automatically.
The easiest solution would be to move that into cache manager - so it will be configurable:
var ageDuration = new Duration(days: 7);
p.s. happy to make PR
Metadata
Metadata
Assignees
Labels
No labels