File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,11 @@ Definition
9898 * - ``numInitialChunks``
9999
100100 - integer
101-
102- - Specifies the number of chunks to create
103- initially when sharding an *empty* collection with a :ref:`hashed
104- shard key <sharding-hashed-sharding>`. MongoDB will then create and
105- balance chunks across the cluster. The ``numInitialChunks`` must be
106- less than ``8192`` per shard.
101+ - Specifies the initial number of chunks to create across all shards in
102+ the cluster when sharding an *empty* collection with a
103+ :ref:`hashed shard key <sharding-hashed-sharding>`. MongoDB
104+ will then create and balance chunks across the cluster. The
105+ ``numInitialChunks`` must result in less than ``8192`` per shard.
107106
108107 .. versionchanged:: 4.0.3
109108
You can’t perform that action at this time.
0 commit comments