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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | feed_field_cron.patch | 2.55 KB | As If |
Comments
Comment #1
primerg commentedComment #2
Farreres commentedAny advance?
Comment #3
As If commentedHere 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.
Comment #4
As If commentedComment #5
As If commented