summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 07:01:19 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 07:01:19 +0100
commit04fedbf587995bd029d345994f1c35130b8963b1 (patch)
tree46f49b0b06463426f086d0087671c6d16455f81f /config.php-dist
parentee8768dbbbf5820e9d37a7ff7a834d37021fcac7 (diff)
new option: ENABLE_GZIP_OUTPUT
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 52950f80b..1694059d5 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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).