feedbrowser_cache: add limit
This commit is contained in:
parent
931dcbc137
commit
d460f7aa5d
|
@ -5801,7 +5801,7 @@
|
||||||
FROM ttrss_feeds WHERE (SELECT COUNT(id) = 0 FROM ttrss_feeds AS tf
|
FROM ttrss_feeds WHERE (SELECT COUNT(id) = 0 FROM ttrss_feeds AS tf
|
||||||
WHERE tf.feed_url = ttrss_feeds.feed_url
|
WHERE tf.feed_url = ttrss_feeds.feed_url
|
||||||
AND (private IS true OR feed_url LIKE '%:%@%/%'))
|
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");
|
db_query($link, "BEGIN");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue