leafac / kill-the-newsletter

Convert email newsletters into Atom feeds
https://kill-the-newsletter.com
MIT License
2.31k stars 113 forks source link

How to change the Auto Delete Entries period #98

Closed gt-sun closed 3 weeks ago

gt-sun commented 5 months ago

I've been running my self-host service for several months now, and recently I've been seeing entries 404, which are automatically deleted in few days. So How and where can I change the period? thanks

leafac commented 3 weeks ago

Hi @gt-sun,

Thanks for reaching out.

The deletion of old entries is not based on time, but space: we keep the feeds under a certain size limit because some feed readers don’t even support big feeds. Also to control the costs of hosting kill-the-newsletter.com: bandwidth and storage can get expensive ($150 on the last month 😅).

To change this on your installation, modify this line, then build from source.

Best.