Skip to content

Commit c2c89e7

Browse files
committed
remove deprecated options
1 parent 583a549 commit c2c89e7

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

source/connect/connection-options.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,6 @@ Timeouts
119119
| **Client Example**: ``connect_timeout: 10.0``
120120
| **Connection URI Example**: ``connectTimeoutMS=10000``
121121

122-
* - **:socket_timeout**
123-
- | *Deprecated as of v2.21: Use ``timeout_ms`` instead*
124-
| The number of seconds to wait for an operation to execute on
125-
a socket before raising an exception.
126-
|
127-
| ``nil`` and ``0`` mean no timeout. Client creation will fail
128-
with an error if an invalid timeout value is passed
129-
(such as a negative value or a non-numeric value).
130-
|
131-
| **Data Type**: ``Float``
132-
| **Default**: none
133-
| **Client Example**: ``socket_timeout: 5.0``
134-
| **Connection URI Example**: ``socketTimeoutMS=5000``
135-
136122
* - **:timeout_ms**
137123
- | The number of milliseconds to wait for an operation to execute
138124
before raising an exception.
@@ -146,16 +132,6 @@ Timeouts
146132
| **Client Example**: ``timeout_ms: 5000``
147133
| **Connection URI Example**: ``timeoutMS=5000``
148134

149-
* - **:wait_queue_timeout**
150-
- | *Deprecated as of v2.21: Use ``timeout_ms`` instead*
151-
The number of seconds to wait for a connection in the
152-
connection pool to become available.
153-
|
154-
| **Data Type**: ``Float``
155-
| **Default**: ``10.0``
156-
| **Client Example**: ``wait_queue_timeout: 7.0``
157-
| **Connection URI Example**: ``waitQueueTimeoutMS=7000``
158-
159135
Server Selection
160136
~~~~~~~~~~~~~~~~
161137

0 commit comments

Comments
 (0)