summaryrefslogtreecommitdiff
path: root/doc/bugs.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:42:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:42:09 -0400
commit134c8b0a104fddbe14d63cf58349ad6cde6ecaae (patch)
treee56be939e484ed96ef6d48938bd2a5755e42997c /doc/bugs.mdwn
parentb24021780a28c455f8e4b67a627705812d40a125 (diff)
limit rss/atom feeds to 10 pages to avoid enormous files
Since bug reports are often long, the rss and atom feeds were 5+ mb in size.
Diffstat (limited to 'doc/bugs.mdwn')
-rw-r--r--doc/bugs.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index 93de65ea2..48688b21f 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -4,6 +4,7 @@ To mark a bug as closed add \[\[done\]\] to the end of the original bug descript
[[!inline pages="./bugs/* and !./bugs/*/* and !./bugs/done and !link(done)
and !./bugs/moreinfo and !./bugs/confirmed and !./bugs/forwarded and !*/Discussion"
-actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes template=buglist]]
+actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes
+feedlimit=10 template=buglist]]
[[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]]