Athou / commafeed

Google Reader inspired self-hosted personal RSS reader.
https://www.commafeed.com
Apache License 2.0
2.81k stars 377 forks source link

Set Refresh Interval for Feeds #1509

Closed AsixJin closed 2 weeks ago

AsixJin commented 3 months ago

Is your feature request related to a problem? Please describe. Each feed's refresh interval is 5 minutes, which I think it's a bit much. I don't want to get rate limited from a few of my feeds because of the numerous refreshes.

Describe the solution you'd like It would be nice to set a refresh interval for each feed.

Athou commented 3 months ago

This is tricky because CommaFeed is at its core multi-user. A feed is only fetched once for all users that are subscribed to that feed, so a setting like that could not be set by a user, because it will have an impact on other users.

Since 5.0.0, there is however the new commafeed.feed-refresh.interval-empirical setting that will make the feed engine refresh feeds at intervals based on the feed's activity.

FranciscoGameiro2004 commented 2 months ago

How do I use/change the setting?

Athou commented 2 months ago

How do I use/change the setting?

See the Configuration section of the README

stale[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.