summaryrefslogtreecommitdiff
path: root/etc/couchdb
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2011-01-20 12:59:48 +0000
committerRobert Newson <rnewson@apache.org>2011-01-20 12:59:48 +0000
commitf57948efb95ad460a2bfce3923696e2580561e6b (patch)
tree0d70cb229615f8eecf7ee6f0e5d563b93cf42bb5 /etc/couchdb
parent843ed3da02a829a0e64121c9f7f2b8dbe15d920c (diff)
COUCHDB-1034 - ignore runs of whitespace between content types in compressible_types list
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1061282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r--etc/couchdb/default.ini.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 7ed548de..e8a69f77 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -129,7 +129,7 @@ samples = [0, 60, 300, 900]
[attachments]
compression_level = 8 ; from 1 (lowest, fastest) to 9 (highest, slowest), 0 to disable compression
-compressible_types = text/*, application/javascript, application/json, application/xml
+compressible_types = text/*, application/javascript, application/json, application/xml
[replicator]
db = _replicator