mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it superfluous
This commit is contained in:
@@ -64,7 +64,7 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
|
||||
|
||||
vgroup_last_feed = reply['headlines-info']['vgroup_last_feed'];
|
||||
|
||||
if (parseInt(headlines_count) < getInitParam("default_article_limit")) {
|
||||
if (parseInt(headlines_count) < 30) {
|
||||
_infscroll_disable = 1;
|
||||
} else {
|
||||
_infscroll_disable = 0;
|
||||
|
||||
Reference in New Issue
Block a user