]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
update.php: fix help text
[tt-rss.git] / config.php-dist
index 27eb1ba92c9015031795080244d60ded0fd1a5bd..b71307dafc2db265ea1659a477c26ed82664a9bb 100644 (file)
        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.
+       // Enabling this can break tt-rss in several httpd/php configurations,
+       // if you experience weird errors and tt-rss failing to start, blank pages
+       // after login, or content encoding errors, disable it.
 
        define('FEEDBACK_URL', '');
        // Displays an URL for users to provide feedback or comments regarding