]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
new option: ENABLE_GZIP_OUTPUT
[tt-rss.git] / config.php-dist
index 52950f80bf49950d42e7a57a88a9ee1484fb5e9a..1694059d57765ab73226424150d9f2a96232ff37 100644 (file)
        // Allow users to select the library to update feeds with - e.g.
        // Magpie or SimplePie
 
-       define('CONFIG_VERSION', 15);
+       define('ENABLE_GZIP_OUTPUT', false);
+       // Selectively gzip output to improve wire performance. This requires
+       // PHP Zlib extension on the server.
+
+       define('CONFIG_VERSION', 16);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).