1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

generated feeds: lower default query limit

This commit is contained in:
Andrew Dolgov
2013-04-01 21:15:50 +04:00
parent d6ba77f3ad
commit 2faef8349c

View File

@@ -12,7 +12,7 @@ class Handler_Public extends Handler {
"padding : 5px; border-style : dashed; border-color : #e7d796;".
"margin-bottom : 1em; color : #9a8c59;";
if (!$limit) $limit = 100;
if (!$limit) $limit = 60;
$date_sort_field = "date_entered DESC, updated DESC";