diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2011-02-02 06:24:55 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2011-02-02 06:24:55 +0000 |
commit | 4fb3c75f3db7b8a4bec28e9f0369e63cce52753b (patch) | |
tree | 4ee754a3db42ef8f92354dc7e1fe1b95e4a24571 /etc/couchdb | |
parent | ae2a1dc24543622c9fcc5f084e26c02366a7fad9 (diff) |
Merged revision 1066340 from trunk
Replicator DB: make number of replication retry attempts configurable
Closes COUCHDB-1051
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1066342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-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 882ca4f6..cd3ae0aa 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -137,6 +137,7 @@ compressible_types = text/*, application/javascript, application/json, applicati [replicator] db = _replicator +max_replication_retry_count = 10 max_http_sessions = 20 max_http_pipeline_size = 50 ; set to true to validate peer certificates |