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

new option: ENABLE_GZIP_OUTPUT

This commit is contained in:
Andrew Dolgov
2008-05-20 07:01:19 +01:00
parent ee8768dbbb
commit 04fedbf587
3 changed files with 12 additions and 3 deletions
+5 -1
View File
@@ -180,7 +180,11 @@
// 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).