The aggregator module currently is hard coded to keep three months worth of items. For sites making heavy use of the aggregator this can overload the system.

This patch makes adds a configurable variable, aggregator_flush_item_timer, to set the amount of time that items will exist. It defaults to three months for consistency sake and uses the same range of values as the accesslog uses.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Committed to HEAD.

Anonymous’s picture