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

Commit 787010c

Browse files
committed
mod
1 parent d36505c commit 787010c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/includes/fact-older-version-limitations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- :ref:`/reverse <c2c-api-reverse>` endpoint is not supported. You can't
2929
enable the ``reversible`` option in the :ref:`/start <c2c-api-start>` request.
3030

31-
- You can't set the ``enableUserWriteBlocking`` option to ``true`` or
31+
- You can't set the ``enableUserWriteBlocking`` option to
3232
``"sourceAndDestination"`` in the ``/start`` request, so dual write-blocking
3333
is not supported.
3434
Destination-only write-blocking is supported. Ensure that no writes are

source/release-notes/1.12.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The ``enableUserWriteBlocking`` parameter in the
2929
- ``"sourceAndDestination"`` for dual write-blocking
3030
- ``"none"`` for no write-blocking
3131

32+
These options are identical to the ``true`` and ``false`` values, which
33+
``enableUserWriteBlocking`` still accepts for backward compatibility.
34+
3235
See :ref:`c2c-api-start-params`.
3336

3437
Live Upgrades

0 commit comments

Comments
 (0)