I've been diggling through the codebase, and while I see MaxMemoryCacheCount option, there is nothing I'm aware of which would limit the on-disk cache.
How do we ensure the SQLite cache doesn't eat up too much space on client device ? Is there any way of approaching this, currently ?
I've been diggling through the codebase, and while I see
MaxMemoryCacheCount
option, there is nothing I'm aware of which would limit the on-disk cache.How do we ensure the SQLite cache doesn't eat up too much space on client device ? Is there any way of approaching this, currently ?
If not, I'd be happy to implement this!