From 0c91f025fe654cb1946dd6c44e11ad94dc54afc0 Mon Sep 17 00:00:00 2001 From: Rohinton Kazak Date: Fri, 25 Sep 2020 15:26:56 -0700 Subject: [PATCH] Update couchbase-cli-setting-xdcr.adoc --- .../cli/pages/cbcli/couchbase-cli-setting-xdcr.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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[]