AGGREGATOR_CLEAR_NEVER

  1. drupal
    1. 7 modules/aggregator/aggregator.module
    2. 8 core/modules/aggregator/aggregator.module

Denotes that a feed's items should never expire.

File

modules/aggregator/aggregator.module, line 11
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

define('AGGREGATOR_CLEAR_NEVER', 0)

Comments

Aggregator Clearing

While my aggregator.module file is set up correctly, items in the aggregator still clear upon an update. It seems that the items are being expired after 24 hours, I cannot get them back. Where should I look for a solution?
-------------------------------------
p.s. - I see that there is a setting for overall aggregator functions, and I had mine set to expire after one day.

duh

Login or register to post comments