diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-20 11:21:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-20 11:21:50 -0400 |
commit | 5f17d41b3b05ed271814427503b85100ef49bee0 (patch) | |
tree | 69709d1e25bdf85d9b1d27d3e379c13bd85c265c /doc/bugs | |
parent | bd93a2a0e3d0779712c923bdfd69223ef27033a9 (diff) | |
download | ikiwiki-5f17d41b3b05ed271814427503b85100ef49bee0.tar ikiwiki-5f17d41b3b05ed271814427503b85100ef49bee0.tar.gz |
new bug report
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/aggregate_removed_feeds_linger.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/aggregate_removed_feeds_linger.mdwn b/doc/bugs/aggregate_removed_feeds_linger.mdwn new file mode 100644 index 000000000..3e856e26d --- /dev/null +++ b/doc/bugs/aggregate_removed_feeds_linger.mdwn @@ -0,0 +1,11 @@ +When the [[plugins/aggregate]] plugin was used for a feed and this is removed (or the +same feed name given a different rss feed), the old entries don't +automatically vanish. + +I think that if it was just removed, they are never GC'd, because the +expiry code works on the basis of existing feeds. And if it was replaced, +old items won't go away until expirecount or expireage is met. + +To fix it probably needs an explicit check for items aggregated by feeds +that no longer provide them, Catching old items for feeds that were changed +to a different url may be harder yet. --[[Joey]] |