diff --git a/docs/modules/cli/pages/cbcli/couchbase-cli-setting-xdcr.adoc b/docs/modules/cli/pages/cbcli/couchbase-cli-setting-xdcr.adoc index 1f0c844e..2b772211 100644 --- a/docs/modules/cli/pages/cbcli/couchbase-cli-setting-xdcr.adoc +++ b/docs/modules/cli/pages/cbcli/couchbase-cli-setting-xdcr.adoc @@ -82,12 +82,12 @@ 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. - $ couchbase-cli xdcr-setup -c 192.168.1.5 -u Administrator \ + $ couchbase-cli setting-xdcr -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 1000 + == ENVIRONMENT AND CONFIGURATION VARIABLES include::{partialsdir}/cbcli/part-common-env.adoc[]