Open jk-na opened 4 years ago
Started working on this, should be quick.
https://github.com/muesli/beehive/compare/custom-rss-poll-interval
Hi @rubiojr just wondering if you made any progress on this?
Started working on this, should be quick.
https://github.com/muesli/beehive/compare/custom-rss-poll-interval
That change there is unnecessarily complex. All you need is to set the int in pollFeed which adjusts the cache timeout/poll frequency in the constructed rss object from go-pkg-rss which is then used in feed#SecondsTillUpdate to wait the poll. (The cache timeout value is in minutes, currently it's using 5 minutes hardcoded)
I asked @muesli on mastodon whether it was possible to change the polling frequency for RSSBee and it seems that it is not.
Raising a ticket as per his request.