From 4fb3c75f3db7b8a4bec28e9f0369e63cce52753b Mon Sep 17 00:00:00 2001 From: Filipe David Borba Manana Date: Wed, 2 Feb 2011 06:24:55 +0000 Subject: 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 --- etc/couchdb/default.ini.tpl.in | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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 -- cgit v1.2.3