1
0
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:
Andrew Dolgov
2013-04-02 15:32:47 +04:00
parent 4b7726f0b4
commit f17cac6b26
5 changed files with 5 additions and 16 deletions

View File

@@ -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;