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 3e17dae commit 9d6f93fCopy full SHA for 9d6f93f
source/reference/mongos.txt
@@ -296,13 +296,13 @@ Options
296
MongoDB from creating new chunks as the data in a collection
297
grows.
298
299
- Because any :program:`mongos` in a cluster can create a split in
300
- a sharded, to totally disable splitting in a cluster you must
+ Because any :program:`mongos` in a cluster can create a split,
+ to totally disable splitting in a cluster you must
301
set :option:`--noAutoSplit` on all :program:`mongos`.
302
303
.. note::
304
305
- With :option:`-noAutoSplit` enabled, the data in your sharded
+ With :option:`--noAutoSplit` enabled, the data in your sharded
306
cluster may become imbalanced over time. Enable with caution.
307
308
.. END-COMMENT
0 commit comments