From: Andrew Dolgov Date: Fri, 29 Mar 2013 13:25:07 +0000 (+0400) Subject: Revert "order feeds selected for update randomly" X-Git-Tag: 1.7.6~164 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0d6943b0971bf94a6be1f764dc2e8712594b6914;p=tt-rss.git Revert "order feeds selected for update randomly" This reverts commit 13b33a3fc3e1b17686894935e3879685cb0578cd. --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index ee803498..e82e94b0 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -117,7 +117,7 @@ AND ttrss_user_prefs.pref_name = 'DEFAULT_UPDATE_INTERVAL' $login_thresh_qpart $update_limit_qpart $updstart_thresh_qpart - ORDER BY $random_qpart $query_limit"); + ORDER BY feed_url $query_limit"); $user_prefs_cache = array();