summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon.php b/update_daemon.php
index 50d13191c..75229f667 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -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();