File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- - Enables setting a client-side operations timeout. This feature
1
+ - Enables setting a client-side operations timeout (CSOT) . This feature
2
2
allows you to set a single timeout on your ``MongoClient `` instance
3
3
that applies to all operations performed with that client. To learn more,
4
4
see |csot-link |.
5
5
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
+
6
18
- Adds the ``SearchIndexType `` class, which you can pass
7
19
when constructing a ``SearchIndexModel `` instance. This change
8
20
allows you to specify the index type when creating an Atlas
You can’t perform that action at this time.
0 commit comments