@@ -119,20 +119,6 @@ Timeouts
119
119
| **Client Example**: ``connect_timeout: 10.0``
120
120
| **Connection URI Example**: ``connectTimeoutMS=10000``
121
121
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
-
136
122
* - **:timeout_ms**
137
123
- | The number of milliseconds to wait for an operation to execute
138
124
before raising an exception.
@@ -146,16 +132,6 @@ Timeouts
146
132
| **Client Example**: ``timeout_ms: 5000``
147
133
| **Connection URI Example**: ``timeoutMS=5000``
148
134
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
-
159
135
Server Selection
160
136
~~~~~~~~~~~~~~~~
161
137
0 commit comments