1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

new option: COUNTERS_MAX_AGE

This commit is contained in:
Andrew Dolgov
2007-08-24 18:27:29 +01:00
parent d15f867517
commit fae3eeb539
2 changed files with 56 additions and 13 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).