Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

DOCSP-48399-v1.8-backport #669

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/includes/api/requests/start-rs-shard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ curl localhost:27182/api/v1/start -XPOST \
"shardCollection": {
"key": [
{ "location": 1 },
{ "region": 1 },
{ "region": 1 }
]
}
}
Expand Down
4 changes: 0 additions & 4 deletions source/reference/beta-program-private/orr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<c2c-embedded-verifier>`.

Learn More
----------

Expand Down