Skip to content

Commit 6908bd5

Browse files
authored
Revert "(DOCS-16452) routingTableCacheChunkBucketSize must be greater than 0 (#5198)" (#5223)
This reverts commit a55f624.
1 parent 8ab245d commit 6908bd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/reference/parameters.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4027,16 +4027,15 @@ Sharding Parameters
40274027

40284028
.. versionadded:: 7.0.1
40294029

4030-
.. versionchanged:: 7.2
4031-
40324030
|both|
40334031

40344032
*Type*: integer
40354033

40364034
*Default*: 500
40374035

40384036
Specifies the size of the routing table cache buckets used to
4039-
implement chunk grouping optimization. Must be greater than ``0``.
4037+
implement chunk grouping optimization. Must be greater than or equal
4038+
to ``0``.
40404039

40414040
For example, to set the cache chunk bucket size to ``250`` on a
40424041
``mongod``, issue the following command at startup:

0 commit comments

Comments
 (0)