Skip to content

Commit 0bedaea

Browse files
visualzhoukay-kim
authored andcommitted
Update configure-sharded-cluster-balancer.txt
_secondaryThrottle is true by default in 2.8, which is equivalent to { w: 2 }. Signed-off-by: kay <[email protected]>
1 parent a8553ba commit 0bedaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/configure-sharded-cluster-balancer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The ``_secondaryThrottle`` parameter of the balancer and the
128128
``_secondaryThrottle`` is ``true``, which means each document move
129129
during chunk migration propagates to at least one secondary before the
130130
balancer proceeds with its next operation: this is equivalent to a write
131-
concern of ``{ w: 1 }``.
131+
concern of ``{ w: 2 }``.
132132

133133
You can also configure the ``writeConcern`` for the
134134
``_secondaryThrottle`` operation, to configure how migrations will

0 commit comments

Comments
 (0)