new setting for deleting old entries (fix #524)

This commit is contained in:
Athou
2014-12-04 10:22:57 +01:00
parent e40dd14bbf
commit 9110cfd923
11 changed files with 114 additions and 20 deletions

View File

@@ -44,6 +44,9 @@ app:
# time to keep unread statuses (in days), 0 to disable
keepStatusDays: 0
# entries to keep per feed, old entries will be deleted, 0 to disable
maxFeedCapacity: 500
# cache service to use, possible values are 'noop' and 'redis'
cache: noop