]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
new option: COUNTERS_MAX_AGE
[tt-rss.git] / config.php-dist
index 3f48c5420d2d8cc6d3ddce373ec610ae8c78cecb..0cd257beddac488ccdeb365ec0cd562364f966ae 100644 (file)
        // 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).