diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-08-25 04:34:33 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-08-25 04:34:33 +0100 |
| commit | 14073c0ae4b715e14a9162a33b8c5d8d51762fbb (patch) | |
| tree | 6fe1e311c651fc7975f84d7e8cba5f62c89c58bb /config.php-dist | |
| parent | 3a1cd1ec8e9918c3eed94d1ad61f01fc50b07161 (diff) | |
new option: COUNTERS_MAX_AGE (2)
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist index 3f48c5420..0cd257bed 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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). |