]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
update.php: fix help text
[tt-rss.git] / config.php-dist
index c7da5bde1ad472ec159c58fc4256c5fb99ceb39a..b71307dafc2db265ea1659a477c26ed82664a9bb 100644 (file)
@@ -42,9 +42,6 @@
        define('CACHE_DIR', 'cache');
        // Local cache directory for RSS feed content.
 
-       define('TMP_DIRECTORY', '/tmp');
-       // Directory for temporary files
-
        define('ICONS_DIR', "feed-icons");
        define('ICONS_URL', "feed-icons");
        // Local and URL path to the directory, where feed favicons are stored.
        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
        define('ARTICLE_BUTTON_PLUGINS', 'note,tweet,share,mail');
        // Comma-separated list of additional article action button plugins
        // to enable, like tweet button, etc.
-       // The following plugins are available: note, tweet, share, mail, readitlater
+       // The following plugins are available: note, tweet, share, mail
+       // More plugins: http://tt-rss.org/wiki/Plugins
 
        define('CONFIG_VERSION', 25);
        // Expected config version. Please update this option in config.php