]> git.wh0rd.org - tt-rss.git/commitdiff
generated feeds: lower default query limit
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 1 Apr 2013 17:15:50 +0000 (21:15 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 1 Apr 2013 17:15:50 +0000 (21:15 +0400)
classes/handler/public.php

index f6a5786a573143bc7fa1a4e47a6f2e399077bb9d..b8a32cd2707d0ad3a341fa65c94bf29fa8dc3c43 100644 (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";