silverbucket / dogfeed

an unhosted feed reader
https://dogfeed.5apps.com
GNU Affero General Public License v3.0
34 stars 4 forks source link

limit initial number articles loaded #19

Closed silverbucket closed 10 years ago

silverbucket commented 11 years ago

not sure how to best manage this, but we need to have just a few articles fetched initially, with more on scroll, or something.

the problem is that if we just grab "the latest 5" of each feed, then some feeds could be inserted above existing read feeds after the next 5 are fetch, so we have a listing problem.

if we fetch by date range, we could have a lot of empty fetches before we get some articles.