summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-12-23 11:27:37 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-12-23 11:27:37 +0000
commitabf46298f3e98bebd89d8daa001374cba57dcfce (patch)
treeba8756f517ae3a544d5bdb4046d4c7e5bb65a7c1 /etc
parent214b6f9b9d4c9cd9182d2ce56b9a5ffd9f6d0864 (diff)
Merged revision 1052227 from trunk:
Fix: replicator didn't use the HTTP settings defined in the .ini config Issue found by Randall Leeds. Thanks. Closes COUCHDB-992 git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1052229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index ef5e4fba..13e0eee7 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -135,8 +135,8 @@ compressible_types = text/*, application/javascript, application/json, applicat
[replicator]
db = _replicator
-max_http_sessions = 10
-max_http_pipeline_size = 10
+max_http_sessions = 20
+max_http_pipeline_size = 50
; set to true to validate peer certificates
verify_ssl_certificates = false
; file containing a list of peer trusted certificates (PEM format)