Very handy module, but I've noticed that the tables associated with it never clear themselves out. Over time they can get quite large. Perhaps adding a hook_cron function would be good. It could go through each FF control and clear out all items deeper than $feed_field_display for that feed.

CommentFileSizeAuthor
#3 feed_field_cron.patch2.55 KBAs If

Comments

primerg’s picture

Assigned: Unassigned » primerg
Farreres’s picture

Any advance?

As If’s picture

StatusFileSize
new2.55 KB

Here is a patch that adds a cron function to 6.x-1.0. It was mostly lifted from the dev version, which currently has errors preventing it from running properly. Unlike the dev version, this one uses $node->changed to determine the age of the feed, and resets this value when content updates occur.

As If’s picture

Status: Active » Needs review
As If’s picture

Status: Needs review » Closed (fixed)