Skip to content

Commit 136e790

Browse files
authored
CSOT deprecations
1 parent 2e3d4aa commit 136e790

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

dbx/jvm/v5.2-wn-items.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
- Enables setting a client-side operations timeout. This feature
1+
- Enables setting a client-side operations timeout (CSOT). This feature
22
allows you to set a single timeout on your ``MongoClient`` instance
33
that applies to all operations performed with that client. To learn more,
44
see |csot-link|.
55

6+
.. important:: Deprecated Timeout Options
7+
8+
The following timeout options are deprecated:
9+
10+
- ``waitQueueTimeoutMS``
11+
- ``socketTimeoutMS``
12+
- ``wTimeoutMS``
13+
- ``maxTimeMS``
14+
- ``maxCommitTimeMS``
15+
16+
Use the CSOT feature to replace the functionality of these options.
17+
618
- Adds the ``SearchIndexType`` class, which you can pass
719
when constructing a ``SearchIndexModel`` instance. This change
820
allows you to specify the index type when creating an Atlas

0 commit comments

Comments
 (0)