summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 13:35:59 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 13:35:59 +0100
commit3907ef7111ec9c5ec0e453a3216fdeeed2eb4c26 (patch)
treecaf3812b3483012088f73e79c839daca5529358a /config.php-dist
parentd7135e2a81fd78621bf59041f022a683583cd671 (diff)
purge feeds after updating
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index c5417ec24..78f1a2b3f 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -201,6 +201,11 @@
// 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).