nilsbraden / ttrss-reader-fork

An Android-Client for the self-hosted Tiny Tiny RSS feedreader
https://www.nilsbraden.de/TTRSS-Reader/
151 stars 40 forks source link

Opening a category of many unreads crashes the app #413

Open jluttine opened 4 years ago

jluttine commented 4 years ago

Thanks for your efforts on this great app! I have a few categories and they all open just fine except one. This one category is my biggest category, currently it has over 3000 unreads (but it hasn't yet synced the remaining over 30k unreads). Not sure if the huge number of unreads (or post in general) is the problem, but it seemed like a good hypothesis given that all the other categories opened just fine.

Can I somehow provide more helpful information?

I'm using version 1.94.6 from F-Droid on LineageOS without Google services.

nilsbraden commented 4 years ago

A bit late but this didn't have high priority for me...

Can you reproduce this? If so please provide logfiles as described in the wiki: https://github.com/nilsbraden/ttrss-reader-fork/wiki/Troubleshooting

The DB access has never been tested with that many articles but was fairly quick with several thousand articles. This is why I never put any effort in a model where only part of the articles is read at once and which would require me to rebuild a bigger part of the underlying structure. There is bound to be an upper limit that can be handled so maybe it is at or around 3000 unread articles...