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 e8abb8b commit 24fc815Copy full SHA for 24fc815
source/reference/parameters.txt
@@ -3035,6 +3035,12 @@ Sharding Parameters
3035
Maximum value is 500. You should typically use fewer than 32 threads
3036
unless you are using NVMe (Non-Volatile Memory Express) disks.
3037
3038
+ If ``chunkMigrationConcurrency`` is greater than ``1``, the
3039
+ ``_secondaryThrottle`` configuration setting is ignored. The
3040
+ ``_secondaryThrottle`` setting determines when the chunk migration
3041
+ proceeds with the next document in the chunk. For details, see
3042
+ :ref:`chunk-migration-replication`.
3043
+
3044
The following example sets ``chunkMigrationConcurrency`` to ``5``:
3045
3046
.. code-block:: bash
0 commit comments