aboutsummaryrefslogtreecommitdiff
path: root/doc/todo.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/todo.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/todo.mdwn')
-rw-r--r--doc/todo.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
index 78947c096..e2661da38 100644
--- a/doc/todo.mdwn
+++ b/doc/todo.mdwn
@@ -1,4 +1,5 @@
This is git-annex's todo list. Link items to [[todo/done]] when done. A more complete [[design/roadmap/]] is also available.
[[!inline pages="./todo/* and !./todo/done and !link(done)
-and !*/Discussion" actions=yes postform=yes postformtext="Add a new todo titled:" show=0 archive=yes]]
+and !*/Discussion" actions=yes postform=yes postformtext="Add a new todo titled:"
+show=0 feedlimit=10 archive=yes]]