1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

UNDO: new option: COUNTERS_MAX_AGE

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