new option: COUNTERS_MAX_AGE (2)

This commit is contained in:
Andrew Dolgov
2007-08-25 04:34:33 +01:00
parent 3a1cd1ec8e
commit 14073c0ae4
2 changed files with 66 additions and 17 deletions

View File

@@ -163,6 +163,11 @@
// 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).