mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:55:56 +00:00
generated feeds: lower default query limit
This commit is contained in:
@@ -12,7 +12,7 @@ class Handler_Public extends Handler {
|
|||||||
"padding : 5px; border-style : dashed; border-color : #e7d796;".
|
"padding : 5px; border-style : dashed; border-color : #e7d796;".
|
||||||
"margin-bottom : 1em; color : #9a8c59;";
|
"margin-bottom : 1em; color : #9a8c59;";
|
||||||
|
|
||||||
if (!$limit) $limit = 100;
|
if (!$limit) $limit = 60;
|
||||||
|
|
||||||
$date_sort_field = "date_entered DESC, updated DESC";
|
$date_sort_field = "date_entered DESC, updated DESC";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user