summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Mische <volker.mische@gmail.com>2013-07-16 00:34:31 +0200
committerRobert Newson <rnewson@apache.org>2013-12-14 11:34:09 +0100
commit7299e71f33d1d09de9707d7f5a46c82290537876 (patch)
tree15b1d6c0aebe3539231b9e14c4deac1385536811
parent03bc1641639667f26e219cc36885118448c24158 (diff)
downloadcouchdb-7299e71f33d1d09de9707d7f5a46c82290537876.tar.gz
Add documentation for use_checkpoints replicator option
-rw-r--r--share/doc/src/json-structure.rst3
-rw-r--r--share/doc/src/replication/replicator.rst3
2 files changed, 5 insertions, 1 deletions
diff --git a/share/doc/src/json-structure.rst b/share/doc/src/json-structure.rst
index c124e4480..042df59e9 100644
--- a/share/doc/src/json-structure.rst
+++ b/share/doc/src/json-structure.rst
@@ -271,6 +271,9 @@ Replication Settings
| | filter function; value should be a document |
| | containing parameters as members |
+--------------------------------+---------------------------------------------+
+| use_checkpoints (optional) | Whether to use replication checkpoints |
+| | or not |
++--------------------------------+---------------------------------------------+
.. _replication-status:
diff --git a/share/doc/src/replication/replicator.rst b/share/doc/src/replication/replicator.rst
index 0413bce65..670018698 100644
--- a/share/doc/src/replication/replicator.rst
+++ b/share/doc/src/replication/replicator.rst
@@ -22,7 +22,8 @@ cancel an ongoing replication.
These documents have exactly the same content as the JSON objects we use to
``POST`` to ``_replicate`` (fields ``source``, ``target``, ``create_target``,
-``continuous``, ``doc_ids``, ``filter``, ``query_params``).
+``continuous``, ``doc_ids``, ``filter``, ``query_params``,
+``use_checkpoints``).
Replication documents can have a user defined ``_id`` (handy for finding a
specific replication request later). Design Documents