-
-
Notifications
You must be signed in to change notification settings - Fork 142
Description
Brief description of the feature request.
Windows 10, fast internet connection.
I emailed the dev of BazQux to ask why syncing between it and rssguard is slower than syncing between Reedah and rssguard. Here is his response:
...from what I see in logs RSS Guard uses horribly inefficient syncing algorithm. It just fetches all content of all feeds every time (and makes login call before every feed fetch).
Maybe Reedah does not return many items in per feed fetch and works faster due to this (it's faster to download and process 20350 items than 500350 items).
Try to limit number of fetched items per feed to 100 or maybe 50. It won't help much but syncing should become a bit faster.
And it worth to ask RSS Guard developer to implement better syncing algorithm:
https://github.com/bazqux/bazqux-api#the-right-way-to-sync
I don't want to limit fetched items as he suggests. I wondered if @martinrotter has any comments, or whether this is going to be a matter for version 4, when it arrives?