Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/modules/cli/pages/cbcli/couchbase-cli-setting-xdcr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ include::{partialsdir}/cbcli/part-host-formats.adoc[]
== EXAMPLES

If we want to change the checkpoint interval to 500 seconds, the worker batch to
1000 documents, the document batch size to 10240KB, the failure restart interval
1000 documents, the document batch size to 10000KB, the failure restart interval
to 60 seconds. the optimistic replication threshold to 102400 bytes, the source
nozzles to 8, the target nozzles to 8, the log level to info, and the stats
interval to 100 milliseconds run the following command.
interval to 200 milliseconds run the following command.

$ couchbase-cli xdcr-setup -c 192.168.1.5 -u Administrator \
-p password --checkpoint-interval 500 --worker-batch-size 1000 \
--doc-batch-size 10240 --failure-restart-interval 60 \
--doc-batch-size 10000 --failure-restart-interval 60 \
--optimistic-replication-threshold 102400 --source-nozzle-per-node 8 \
--target-nozzle-per-node 8 --log-level info --stats-interval 100
--target-nozzle-per-node 8 --log-level info --stats-interval 200

== ENVIRONMENT AND CONFIGURATION VARIABLES

Expand Down