We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2d035 commit d5748a5Copy full SHA for d5748a5
source/includes/api/requests/start-rs-shard.sh
@@ -12,7 +12,7 @@ curl localhost:27182/api/v1/start -XPOST \
12
"shardCollection": {
13
"key": [
14
{ "location": 1 },
15
- { "region": 1 },
+ { "region": 1 }
16
]
17
}
18
source/reference/beta-program-private/orr.txt
@@ -62,10 +62,6 @@ You might exceed the :term:`oplog window` if you:
62
To increase the size of the oplog on the source cluster, use
63
:setting:`~replication.oplogSizeMB`.
64
65
-.. note::
66
-
67
- ORR is compatible with :ref:`embedded verification<c2c-embedded-verifier>`.
68
69
Learn More
70
----------
71
0 commit comments