mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 04:51:28 +00:00
Sometimes when testing a filter the database becomes unresponsive, stuck in a long query. Solution: properly join ttrss_entries and ttrss_user_entries instead of working with their carthesian product.