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

Commit 8b21f19

Browse files
committed
internal feedback
1 parent 27f2916 commit 8b21f19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/faq.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Can I perform reads or writes to my destination cluster while ``mongosync`` is s
2727
---------------------------------------------------------------------------------------
2828

2929
``mongosync`` combines and reorders writes from the source to destination during
30-
synchronization, and temporarily modifies various collection characteristics.
31-
As a result, ``mongosync`` can't guarantee that the destination matches the
32-
source, including a stale version of the source, at any point in time when the
33-
sync is running. To safely accept traffic to the destination cluster, wait for
34-
the migration to :ref:`c2c-api-commit`. To learn more, see
30+
synchronization, and temporarily modifies collection characteristics. As a
31+
result, ``mongosync`` can't guarantee that the destination matches the source,
32+
including a stale version of the source, at any point in time when the sync is
33+
running. To safely accept traffic to the destination cluster, wait for the
34+
migration to :ref:`c2c-api-commit`. To learn more, see
3535
:ref:`mongosync-considerations`.
3636

3737
Performing writes to your destination cluster during synchronization results in

0 commit comments

Comments
 (0)