summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2017-06-02 04:05:34 +0000
committerDavid Pursehouse <dpursehouse@collab.net>2017-06-02 04:07:21 +0000
commit7b1df75e6efbdf4202628ec2e3f9117c559d170d (patch)
tree5391f0d788448b8356622399914c8dc5a2b3cb73
parent0a713a8b2c8ed2657535803ef044af080493147a (diff)
Fix minor nits in documentation of replication.maxRetriesv2.13.14v2.13.13v2.13.12v2.13.11v2.13.10upstream/stable-2.13
-rw-r--r--src/main/resources/Documentation/config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 9fae6a3..0577ab1 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -108,13 +108,13 @@ replication.maxRetries
: Maximum number of times to retry a push operation that previously
failed.
- When a push operation reaches its maximum number of retries
+ When a push operation reaches its maximum number of retries,
the replication event is discarded from the queue and the remote
- destinations could be out of sync.
+ destinations may remain out of sync.
Can be overridden at remote-level by setting replicationMaxRetries.
- By default, push are retried indefinitely.
+ By default, pushes are retried indefinitely.
remote.NAME.url
: Address of the remote server to push to. Multiple URLs may be