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 e8f8ace commit 9d9e076Copy full SHA for 9d9e076
source/reference/parameters.txt
@@ -2733,6 +2733,12 @@ Sharding Parameters
2733
Maximum value is 500. You should typically use fewer than 32 threads
2734
unless you are using NVMe (Non-Volatile Memory Express) disks.
2735
2736
+ If ``chunkMigrationConcurrency`` is greater than ``1``, the
2737
+ ``_secondaryThrottle`` configuration setting is ignored. The
2738
+ ``_secondaryThrottle`` setting determines when the chunk migration
2739
+ proceeds with the next document in the chunk. For details, see
2740
+ :ref:`chunk-migration-replication`.
2741
+
2742
The following example sets ``chunkMigrationConcurrency`` to ``5``:
2743
2744
.. code-block:: bash
0 commit comments