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:42 UTC

[couchdb-documentation] branch fix-typo created (now e81b3b9)

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

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


      at e81b3b9  Fix typo in config/replicator.rst

This branch includes the following new commits:

     new e81b3b9  Fix typo in config/replicator.rst

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by va...@apache.org.
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>.