Skip to content

Need to be able to make it longer than 7 days #9

@FastNinja

Description

@FastNinja

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions