mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:35:57 +00:00
feedbrowser_cache: add limit
This commit is contained in:
@@ -5801,7 +5801,7 @@
|
||||
FROM ttrss_feeds WHERE (SELECT COUNT(id) = 0 FROM ttrss_feeds AS tf
|
||||
WHERE tf.feed_url = ttrss_feeds.feed_url
|
||||
AND (private IS true OR feed_url LIKE '%:%@%/%'))
|
||||
GROUP BY feed_url, title ORDER BY subscribers DESC");
|
||||
GROUP BY feed_url, title ORDER BY subscribers DESC LIMIT 1000");
|
||||
|
||||
db_query($link, "BEGIN");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user