Open MordecaiMalignatus opened 4 years ago
Right now, if you remove a feed from the feeds.toml, no further entries will be retrieved, but all entries will linger in the contents.db. Instead, we should kick off a GC task/thread that removes every feed no longer listed in the feeds.toml.
feeds.toml
contents.db
Right now, if you remove a feed from the
feeds.toml
, no further entries will be retrieved, but all entries will linger in thecontents.db
. Instead, we should kick off a GC task/thread that removes every feed no longer listed in thefeeds.toml
.