1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

bump default for generated feed article count to 100

This commit is contained in:
Andrew Dolgov 2012-09-10 12:33:05 +04:00
parent 2ebf38a9bd
commit c3d2cda86d

View File

@ -11,7 +11,7 @@ class Handler_Public extends Handler {
"padding : 5px; border-style : dashed; border-color : #e7d796;".
"margin-bottom : 1em; color : #9a8c59;";
if (!$limit) $limit = 30;
if (!$limit) $limit = 100;
if (get_pref($this->link, "SORT_HEADLINES_BY_FEED_DATE", $owner_uid)) {
$date_sort_field = "updated";