diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-19 13:15:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-19 13:15:59 -0400 |
commit | 87ece1837d203ba384c1c565a507558d81c1a840 (patch) | |
tree | 70e96cbcea78c13350c688c0279f8f80918008c4 /doc/plugins | |
parent | 343117daf26da5c7d8851901211fc60b03781575 (diff) |
response
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/aggregate/discussion.mdwn | 4 |
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]] |