Skip to content

Commit 1ca7bfa

Browse files
committed
DOCSP-41784 change to tip and move pages around
1 parent 5f587f5 commit 1ca7bfa

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

source/connect/connection-options/csot.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ adjust cursor handling by configuring either the cursor lifetime or cursor
195195
iteration mode if needed. To configure the mode, set the ``timeoutMode`` option
196196
to ``cursorLifetime``, which is the default, or ``iteration``.
197197

198-
.. include:: /includes/explicit-resource-management.rst
199-
200198
Cursor Lifetime Mode
201199
~~~~~~~~~~~~~~~~~~~~
202200

source/crud/query/cursor.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ and the {+mdb-server+}:
170170
:start-after: start close cursor example
171171
:end-before: end close cursor example
172172

173+
.. include:: /includes/explicit-resource-management.rst
174+
173175
Abort
174176
~~~~~
175177

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
.. note:: Explicit Resource Management
1+
.. tip:: Explicit Resource Management
22

3-
Since v6.9, the {+driver-long+} now natively supports explicit resource
4-
management for ``MongoClient``, ``ClientSession``, ``ChangeStreams``, and
5-
cursors. To learn how to use explicit resource management, see
6-
the `v6.9 Release Notes
3+
As of v6.9, the {+driver-short+} supports explicit resource management for
4+
``MongoClient``, ``ClientSession``, ``ChangeStreams``, and cursors. This is
5+
an experimental feature and subject to change. To learn how to use explicit
6+
resource management, see the `v6.9 Release Notes
77
<https://github.com/mongodb/node-mongodb-native/releases/tag/v6.9.0>`__ on
8-
GitHub. It is important to note that this is an experimental feature and
9-
subject to change.
8+
GitHub.

0 commit comments

Comments
 (0)