summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 18:27:29 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 18:27:29 +0100
commit3a1cd1ec8e9918c3eed94d1ad61f01fc50b07161 (patch)
tree45bc58da1990c6d41e180f4655d9a5acf255798a /config.php-dist
parentfae3eeb5398833efe6c95e53ba3e1cca2bfe53de (diff)
UNDO: new option: COUNTERS_MAX_AGE
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.php-dist b/config.php-dist
index 0cd257bed..3f48c5420 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -163,11 +163,6 @@
// to any feeds using HTTP Digest authentication and Magpie XML parsing
// errors are bothering you too much, you can try enabling SimplePie.
- define('COUNTERS_MAX_AGE', 365);
- // Hard limit for unread counters calculation. Try tweaking this
- // parameter to speed up tt-rss when having a huge number of articles
- // in the database (better yet, enable purging!)
-
define('CONFIG_VERSION', 9);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).