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
1 changed files with 1 additions and 1 deletions

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