Revert "order feeds selected for update randomly"
This reverts commit 13b33a3fc3
.
This commit is contained in:
parent
13b33a3fc3
commit
0d6943b097
|
@ -117,7 +117,7 @@
|
||||||
AND ttrss_user_prefs.pref_name = 'DEFAULT_UPDATE_INTERVAL'
|
AND ttrss_user_prefs.pref_name = 'DEFAULT_UPDATE_INTERVAL'
|
||||||
$login_thresh_qpart $update_limit_qpart
|
$login_thresh_qpart $update_limit_qpart
|
||||||
$updstart_thresh_qpart
|
$updstart_thresh_qpart
|
||||||
ORDER BY $random_qpart $query_limit");
|
ORDER BY feed_url $query_limit");
|
||||||
|
|
||||||
$user_prefs_cache = array();
|
$user_prefs_cache = array();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue