summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-07-02 18:44:00 +0000
committerRobert Newson <robert.newson@cloudant.com>2011-07-05 12:37:55 +0100
commit82fe0bb6384d7b9a6528e02aa4597a3c1431419a (patch)
treec8444e1ce854a178d750547d964113b5a3985f53 /rel
parentd6b9664ef4b928585ddb76df5b693d9d66f61ba0 (diff)
Restart replications on error
If a replication transitions to the "error" state, attempt to restart it up to "max_replication_retry_count" times (.ini configuration parameter). This number of retry attempts can now be set to "infinity" as well. This was already current behaviour in trunk (upcoming 1.2). Closes COUCHDB-1194. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1142258 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: apps/couch/src/couch_rep.erl
Diffstat (limited to 'rel')
-rw-r--r--rel/overlay/etc/default.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 88bddd70..81c363da 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -134,6 +134,7 @@ compressible_types = text/*, application/javascript, application/json, applicati
[replicator]
db = _replicator
+; Maximum replicaton retry count can be a non-negative integer or "infinity".
max_replication_retry_count = 10
max_http_sessions = 20
max_http_pipeline_size = 50