diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-02-13 03:55:36 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-02-13 03:55:36 +0000 |
commit | 76508853716f2c0567bb08dfb586a6f326ee54e2 (patch) | |
tree | 3826927aa79d2cb2c7ea3e3405e4c9a2538c08d6 /etc | |
parent | da592618240eb9b8c165905f1d9ab4c4a3665b02 (diff) |
Accept standalone attachment PUTs with Transfer-Encoding: chunked
Includes a patch to mochiweb_request that is under review for inclusion upstream.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@743971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 7c6f417a..e94e1437 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -7,6 +7,7 @@ database_dir = %localstatelibdir% view_index_dir = %localstatelibdir% util_driver_dir = %couchprivlibdir% max_document_size = 4294967296 ; 4 GB +max_attachment_chunk_size = 4294967296 ; 4GB view_timeout = 5000 ; 5 seconds max_dbs_open = 100 |