Skip to content

Commit b936d0e

Browse files
authored
Docs 14345 update capped collection max size (#141)
* DOCS-14345 update capped collection max size * rebases branch to bring it up-to-date * updates capped collection max size
1 parent 948002e commit b936d0e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/reference/limits.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@ Data
255255

256256
.. limit:: Maximum Number of Documents in a Capped Collection
257257

258-
If you specify a maximum number of documents for a capped
259-
collection using the ``max`` parameter to
260-
:dbcommand:`create`, the limit must be less than 2\ :sup:`32`
261-
documents. If you do not specify a maximum number of documents when
262-
creating a capped collection, there is no limit on the number of
263-
documents.
258+
If you specify the maximum number of documents in a capped
259+
collection with :dbcommand:`create`'s ``max`` parameter, the value
260+
must be less than 2\ :sup:`31` documents.
261+
262+
If you do not specify a maximum number of documents when creating a
263+
capped collection, there is no limit on the number of documents.
264264

265265

266266
Replica Sets

0 commit comments

Comments
 (0)