Skip to content

Commit a1c2f15

Browse files
committed
list fix
1 parent 721aca4 commit a1c2f15

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

source/connection/specify-connection-options/connection-options.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ parameters of the connection URI to specify the behavior of the client.
111111
of an operation. This option sets a client-level operations
112112
timeout that replaces the functionality of the following
113113
deprecated options:
114-
|
115-
| - ``waitQueueTimeoutMS``
116-
- ``socketTimeoutMS``
117-
- ``wTimeoutMS``
118-
- ``maxTimeMS``
119-
- ``maxCommitTimeMS``
120-
|
114+
115+
- ``waitQueueTimeoutMS``
116+
- ``socketTimeoutMS``
117+
- ``wTimeoutMS``
118+
- ``maxTimeMS``
119+
- ``maxCommitTimeMS``
120+
121121
| To learn more, see the :ref:`java-csot` guide.
122122

123123
* - **connectTimeoutMS**

source/connection/specify-connection-options/csot.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ accepted values for ``timeoutMS``:
8787
* - ``0``
8888
- Sets an infinite timeout.
8989

90-
* - ``null``
90+
* - ``null`` or unset
9191
- | Defers the timeout behavior to the following settings:
92-
|
93-
| - :manual:`waitQueueTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.waitQueueTimeoutMS>`
94-
- :manual:`socketTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.socketTimeoutMS>`
95-
- :manual:`wTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.wtimeoutMS>`
96-
- :manual:`maxTimeMS </reference/method/cursor.maxTimeMS/>`
97-
- `maxCommitTimeMS <{+core-api+}/com/mongodb/TransactionOptions.Builder.html#maxCommitTime(java.lang.Long,java.util.concurrent.TimeUnit)>`__
98-
|
92+
93+
- :manual:`waitQueueTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.waitQueueTimeoutMS>`
94+
- :manual:`socketTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.socketTimeoutMS>`
95+
- :manual:`wTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.wtimeoutMS>`
96+
- :manual:`maxTimeMS </reference/method/cursor.maxTimeMS/>`
97+
- `maxCommitTimeMS <{+core-api+}/com/mongodb/TransactionOptions.Builder.html#maxCommitTime(java.lang.Long,java.util.concurrent.TimeUnit)>`__
98+
9999
| These settings are deprecated and are ignored if you set ``timeoutMS``.
100100

101101
If you specify the ``timeoutMS`` option, the driver automatically applies the

0 commit comments

Comments
 (0)