File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -255,12 +255,12 @@ Data
255
255
256
256
.. limit:: Maximum Number of Documents in a Capped Collection
257
257
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.
264
264
265
265
266
266
Replica Sets
You can’t perform that action at this time.
0 commit comments