From: Andrew Dolgov Date: Fri, 8 Feb 2008 03:47:02 +0000 (+0100) Subject: daemon: select feeds to update randomly (fix) X-Git-Tag: 1.2.20~41 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=27074767356f452c7c8352c05432b963e0e07c86;p=tt-rss.git daemon: select feeds to update randomly (fix) --- diff --git a/functions.php b/functions.php index 6fd61e4b..7bf817a2 100644 --- a/functions.php +++ b/functions.php @@ -5279,7 +5279,6 @@ ttrss_feeds.owner_uid = ttrss_users.id AND ttrss_users.id = ttrss_user_prefs.owner_uid AND ttrss_user_prefs.pref_name = 'DEFAULT_UPDATE_INTERVAL' - AND ttrss_feeds.last_updated IS NULL $login_thresh_qpart $update_limit_qpart $updstart_thresh_qpart ORDER BY $random_qpart $query_limit");