summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 21:15:50 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 21:15:50 +0400
commit2faef8349cf674605f9e2b1e8227c0af1b0d0609 (patch)
tree09dbcef29c6a48ac9e56aec546ff8e4981efe09e /classes
parentd6ba77f3ad6183f0acce75790172fb22f2100367 (diff)
generated feeds: lower default query limit
Diffstat (limited to 'classes')
-rw-r--r--classes/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index f6a5786a5..b8a32cd27 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -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";