]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
purge feeds after updating
[tt-rss.git] / config.php-dist
index c5417ec24a65e7c7b77d8759038c1f60dd1652cc..78f1a2b3f0a93b78b0a844e65a3ab7386836ca36 100644 (file)
        // Displays an URL for users to provide feedback or comments regarding
        // this instance of tt-rss. Can lead to a forum, contact email, etc.
 
+       define('FORCE_ARTICLE_PURGE', 0);
+       // When this option is not 0, users ability to control feed purging
+       // intervals is disabled and all articles (which are not starred) 
+       // older than this amount of days are purged.
+
        define('CONFIG_VERSION', 18);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).