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 a1da083 commit 61bb438Copy full SHA for 61bb438
source/includes/steps-reshard-a-collection.yaml
@@ -155,9 +155,10 @@ content: |
155
issuing the :dbcommand:`commitReshardCollection` command. This is
156
useful if the current time estimate to complete the resharding
157
operation is an acceptable duration for your collection to block
158
- writes. The :dbcommand:`commitReshardCollection` command blocks
159
- writes early and forces the resharding operation to complete. The
160
- command has the following syntax:
+ writes. The ``commitReshardCollection`` command blocks
+ writes for the duration of the critical section and forces the
+ resharding operation to complete. The command has the following
161
+ syntax:
162
163
.. code-block:: javascript
164
0 commit comments