You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/27 16:15:43 UTC

[couchdb-documentation] 01/01: Fix typo in config/replicator.rst

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

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

commit e81b3b9caeb1324591e4a4977cd7665d90935a83
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Wed Sep 27 12:15:02 2017 -0400

    Fix typo in config/replicator.rst
    
    s/an doubling/a doubling/
---
 src/config/replicator.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/replicator.rst b/src/config/replicator.rst
index 296ebc9..ec8ba5c 100644
--- a/src/config/replicator.rst
+++ b/src/config/replicator.rst
@@ -107,7 +107,7 @@ Replicator Database Configuration
 
         If a request fails, the replicator will retry it up to N times. The
         default value for N is 5 (before version 2.1.1 it was 10). The requests
-        are retried with an doubling exponenital backoff starting at 0.25
+        are retried with a doubling exponenital backoff starting at 0.25
         seconds. So by default requests would be retried in 0.25, 0.5, 1, 2, 4
         second intervals. When number of retires is exhausted, the whole
         replication job is stopped and will retry again later::

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.