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)
Login or register to post commentsDenotes that a feed's items should never expire.
define('AGGREGATOR_CLEAR_NEVER', 0)
Login or register to post comments
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