MordecaiMalignatus / RSass

Tiny RSS utility because Feedly annoys me.
GNU General Public License v3.0
12 stars 0 forks source link

Database GC for removed feeds. #2

Open MordecaiMalignatus opened 4 years ago

MordecaiMalignatus commented 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.