summaryrefslogtreecommitdiff
path: root/doc/plugins/aggregate/discussion.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugins/aggregate/discussion.mdwn')
-rw-r--r--doc/plugins/aggregate/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/aggregate/discussion.mdwn b/doc/plugins/aggregate/discussion.mdwn
index 48aa701fe..f5e44c529 100644
--- a/doc/plugins/aggregate/discussion.mdwn
+++ b/doc/plugins/aggregate/discussion.mdwn
@@ -53,3 +53,7 @@ Two things aren't working as I'd expect:
>>>>>> I can confirm, they're fixed on my end. --[[schmonz]]
New bug: new posts aren't getting displayed (or cached for aggregation). After fixing his feed, David posted a new item today, and the aggregator is convinced there's nothing to do, whether by cronjob or webtrigger. I verified that it wasn't another problem with his feed by adding another of my ikiwiki's feed to the planet, running the aggregator, posting a new item, and running the aggregator again: no new item. --[[schmonz]]
+
+> Even if you start it more frequently, aggregation will only occur every
+> `updateinterval` minutes (default 15), maximum. Does this explain what
+> you're seeing? --[[Joey]]