diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-11-17 09:40:37 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-11-17 09:40:37 +0100 |
| commit | ae4ecd5d63acfd43ff04a5e8df13dc030e779f07 (patch) | |
| tree | 894dbac9393b6faa97f38c0f76432e154310e10f /update_daemon.php | |
| parent | 6352c214ca3e7c394fd6576af6d41a2835144d13 (diff) | |
new config option: DAEMON_FEED_LIMIT
Diffstat (limited to 'update_daemon.php')
| -rw-r--r-- | update_daemon.php | 2 |
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(); |