summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-07-09 13:02:42 +0400
committerAndrew Dolgov <[email protected]>2012-07-09 13:02:42 +0400
commit687bb90d27b522b2a35263db9e1cd2ba53b41e74 (patch)
treecca8ffe2a84e6f15e18f64dfe5dbc3545277cbd3 /config.php-dist
parent18f6961a65f3546a07d5103e7fdcdddde92595c9 (diff)
remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.php-dist b/config.php-dist
index cffb00d0f..b71307daf 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -178,11 +178,6 @@
define('CHECK_FOR_NEW_VERSION', true);
// Check for new versions of tt-rss automatically.
- 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('ENABLE_GZIP_OUTPUT', false);
// Selectively gzip output to improve wire performance. This requires
// PHP Zlib extension on the server.