Not a bug RSS Feed log - dead entries

ibaker

Well-known member
Licensed customer
It isn't so much as a bug but perhaps rather a "left out" scenario.

When an external rss feed gets its records it creates an entry in the table "xf_feed_log" for each thread that it creates...however, if you delete the thread the entry doesn't get deleted as well and remains in the log table.

Perhaps a daily cron entry to delete any log entries that no longer have a corresponding thread would be the solution to this and help keep the db cleaner and more accurate
 
That is to prevent that thread from being reposted after you delete it. Those records are for duplicate checking.
 
Back
Top Bottom