Skip to content

Commit b0049c3

Browse files
authored
DOCSP-23911 Adds capped collections line (#78)
* DOCSP-23911 Adds capped collections line * DOCSP-23911 Removes additional line, per Samykta * DOCSP-23911 Fixes per Ashley * DOCSP-23911 Refactors text to correct a build error, linking to page rather than the heading
1 parent 2b8d9e7 commit b0049c3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

source/reference/failure-recovery.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ TTL Indexes
7575
During synchronization, ``expireAfterSeconds`` is set
7676
to ``MAX_INT`` for :ref:`TTL indexes
7777
<index-feature-ttl>`. To reset ``expireAfterSeconds``, use the
78-
``collMod`` command. See: :ref:`Change Expiration Value for Indexes
79-
<ex-change-exp-value>`.
78+
:dbcommand:`collMod` command to change the expiration value.
8079

8180

8281
.. _c2c-dr-hidden:

source/reference/limitations.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ General Limitations
6060
- `Queryable Execution
6161
<https://www.mongodb.com/docs/v6.0/core/queryable-encryption/>`__ is
6262
not supported.
63-
- If you run the :dbcommand:`renameCollection` command or the
64-
:dbcommand:`drop` command on a :ref:`capped collection
65-
<manual-capped-collection>`, synchronization behavior is undefined.
6663

6764
MongoDB Community Edition
6865
-------------------------
@@ -75,6 +72,7 @@ Unsupported Collection Types
7572
----------------------------
7673

7774
- Time-series collections are not supported.
75+
- Capped collections are not supported.
7876
- Clustered collections with :ref:`expireAfterSeconds
7977
<db.createCollection.expireAfterSeconds>` set are not supported.
8078

0 commit comments

Comments
 (0)