You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/08/13 15:59:33 UTC

[couchdb-documentation] branch master updated: Improve documentation on repl connection_timeout setting (#316)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b9f062  Improve documentation on repl connection_timeout setting (#316)
1b9f062 is described below

commit 1b9f062bf612745387e1e71509fa39071fb826fb
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Mon Aug 13 11:59:31 2018 -0400

    Improve documentation on repl connection_timeout setting (#316)
---
 src/config/replicator.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/config/replicator.rst b/src/config/replicator.rst
index 7e7a80d..bf57223 100644
--- a/src/config/replicator.rst
+++ b/src/config/replicator.rst
@@ -95,6 +95,7 @@ Replicator Database Configuration
     .. config:option:: connection_timeout
 
         HTTP connection timeout per replication.
+        This is divided by three (3) when the replicator makes changes feed requests.
         Even for very fast/reliable networks it might need to be increased if
         a remote database is too busy::