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

Commit d1d95a0

Browse files
committed
Fixes per Ian
1 parent dcd1ddd commit d1d95a0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/includes/api/tables/progress-response.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,17 @@
5151
* - ``collectionCopy``
5252
``.estimatedTotalBytes``
5353
- integer
54-
- Estimated total number of bytes globally to be copied.
54+
- Estimated total number of bytes to be copied globally by all ``mongosync``
55+
instances.
5556

5657
* - ``collectionCopy``
5758
``.estimatedCopiedBytes``
5859
- integer
5960
- Estimated number of bytes which have been copied to the
60-
destination cluster by this instance of ``mongosync``.
61+
destination cluster by this ``mongosync`` instance.
6162

6263
To calculate the total estimated progress, add the value of the
63-
``estimatedCopiedBytes`` field for each instance of ``mongosync`` and
64+
``estimatedCopiedBytes`` field for each ``mongosync`` instance and
6465
divide the result by the value of the ``estimatedTotalBytes`` field.
6566

6667
* - ``directionMapping``

0 commit comments

Comments
 (0)