AGGREGATOR_CLEAR_NEVER

Denotes that a feed's items should never expire.

drupal/modules/aggregator/aggregator.module, line 12

<?php
define('AGGREGATOR_CLEAR_NEVER', 0)
?>