]> git.wh0rd.org Git - tt-rss.git/commitdiff
order feeds selected for update randomly
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 29 Mar 2013 11:36:40 +0000 (15:36 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 29 Mar 2013 11:36:40 +0000 (15:36 +0400)
include/rssfuncs.php

index e82e94b099f1d99ed665df7acd27a3c0e94a1e73..ee8034989f4f89c8cf6f98270ca47e8e6df02f63 100644 (file)
                                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();