1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:55:56 +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

@@ -166,10 +166,6 @@
$value = sprintf("%d", $value);
}
if ($pref_name == 'DEFAULT_ARTICLE_LIMIT' && $value == 0) {
$value = 30;
}
if ($pref_name == 'USER_TIMEZONE' && $value == '') {
$value = 'UTC';
}