From ae4ecd5d63acfd43ff04a5e8df13dc030e779f07 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Nov 2007 09:40:37 +0100 Subject: new config option: DAEMON_FEED_LIMIT --- update_daemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_daemon.php') 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(); -- cgit v1.2.3-54-g00ecf