aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/aggregate_removed_feeds_linger.mdwn
blob: 3e856e26d4d98eca35fae68ec9773a6ae4ae0fbf (plain)
1
2
3
4
5
6
7
8
9
10
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]]