Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The cache should be cleared in the background #78

Closed
BernhardPosselt opened this issue Jul 3, 2013 · 2 comments
Closed

The cache should be cleared in the background #78

BernhardPosselt opened this issue Jul 3, 2013 · 2 comments

Comments

@BernhardPosselt
Copy link
Member

The news app on the serverside clears read items which arent starred if they go over 200 entries: https://github.com/owncloud/news/blob/master/db/itemmapper.php#L250

I found myself clearing the cache manually quite frequently, i think this should be done automatically (you can set a hihger threshold or make it configurable, maybe 1000 read items?). You can clear the read items when the feeds are synced for instance

@David-Development
Copy link
Member

Yes, it's build in since v 0.3.8 ;) implemented it yesterday.

@David-Development
Copy link
Member

btw. starred items are getting cleared, too. (I think this is better for the cache) --> can be downloaded if needed by the function "download more items"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants