mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 09:55:56 +00:00
new config option: DAEMON_FEED_LIMIT
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
ttrss_feeds,ttrss_users
|
||||
WHERE
|
||||
ttrss_users.id = owner_uid $login_thresh_qpart
|
||||
ORDER BY $random_qpart DESC");
|
||||
ORDER BY $random_qpart DESC LIMIT " . DAEMON_FEED_LIMIT);
|
||||
|
||||
$user_prefs_cache = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user