diff --git a/source/includes/api/requests/start-rs-shard.sh b/source/includes/api/requests/start-rs-shard.sh index 1d1fbd388..0b52bf98e 100644 --- a/source/includes/api/requests/start-rs-shard.sh +++ b/source/includes/api/requests/start-rs-shard.sh @@ -12,7 +12,7 @@ curl localhost:27182/api/v1/start -XPOST \ "shardCollection": { "key": [ { "location": 1 }, - { "region": 1 }, + { "region": 1 } ] } } diff --git a/source/reference/beta-program-private/orr.txt b/source/reference/beta-program-private/orr.txt index 5b78aec31..76547adc7 100644 --- a/source/reference/beta-program-private/orr.txt +++ b/source/reference/beta-program-private/orr.txt @@ -62,10 +62,6 @@ You might exceed the :term:`oplog window` if you: To increase the size of the oplog on the source cluster, use :setting:`~replication.oplogSizeMB`. -.. note:: - - ORR is compatible with :ref:`embedded verification`. - Learn More ----------