diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-29 15:36:40 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-29 15:36:40 +0400 |
| commit | 13b33a3fc3e1b17686894935e3879685cb0578cd (patch) | |
| tree | 23ba09c7073ba10eb7050f2795d7c700bc2c6edc | |
| parent | 4188225c1995c58b4aa6f9b2d53345fca0a0ff24 (diff) | |
order feeds selected for update randomly
| -rw-r--r-- | include/rssfuncs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php index e82e94b09..ee8034989 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 feed_url $query_limit"); + ORDER BY $random_qpart $query_limit"); $user_prefs_cache = array(); |