Closed agios closed 2 months ago
Thank you, that will work!
Can this also be overriden with an env variable which is easier for my docker deployment? In that case would it be COMMAFEED_DATABASE_CLEANUP_ENTRIES_MAX_AGE
?
Can this also be overriden with an env variable which is easier for my docker deployment? In that case would it be
COMMAFEED_DATABASE_CLEANUP_ENTRIES_MAX_AGE
?
Yep, see https://github.com/Athou/commafeed/blob/master/commafeed-server/doc/commafeed.adoc
Thanks again!
Is your feature request related to a problem? Please describe. There are some feeds that have a low volume of entries, but the old entries can still be relevant. Currently if cleanup is configured, it affects all feeds.
Describe the solution you'd like If we could set the maxEntriesAgeDays per feed, we could have it longer or disabled for specific feeds, while others can be cleaned up more frequently.