]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/aggregate_removed_feeds_linger.mdwn
Change Projects link to point to projects DB
[ikiwiki.git] / doc / bugs / aggregate_removed_feeds_linger.mdwn
1 When the [[plugins/aggregate]] plugin was used for a feed and this is removed (or the
2 same feed name given a different rss feed), the old entries don't
3 automatically vanish.
4
5 I think that if it was just removed, they are never GC'd, because the
6 expiry code works on the basis of existing feeds. And if it was replaced,
7 old items won't go away until expirecount or expireage is met.
8
9 To fix it probably needs an explicit check for items aggregated by feeds
10 that no longer provide them, Catching old items for feeds that were changed
11 to a different url may be harder yet. --[[Joey]]