Self Hosted: Variability in number of stories per feed

I have a self hosted instance of NewsBlur. One of the feeds that I’m testing has over 50 stories, but NewsBlur is only displaying 10. Other feeds to which I have subscribed weeks ago have over 100 stories.

How is NewsBlur controlling the number of stories that are displayed? How can I modify that limit? Can I modify that limit on a per-feed basis? In other words, can I set feed 1 to display the latest 10 stories and set feed 2 to display 100 stories?

Thank you for your help!

On Github you can see the number_of_stories_to_store method in apps/rss_feeds/models.py.

There’s a OVERRIDE_STORY_COUNT_MAX that you can set in settings.py that will let you override whatever the defaults are.

If you are getting 10 stories max, are you sure you’re a premium user?