@@ -145,7 +145,7 @@ Connection Configuration
145
145
146
146
* - **socketTimeoutMS** *(deprecated)*
147
147
- | This option is deprecated. You can configure this timeout by
148
- | setting the the :ref:`client-level timeout <javars -csot>`
148
+ | setting the the :ref:`client-level timeout <java-rs -csot>`
149
149
| instead.
150
150
|
151
151
| Milliseconds a recieve on a socket can take
@@ -215,7 +215,7 @@ Connection Pool Configuration
215
215
``maxPoolSize`` connections open, the new operation waits for a
216
216
new connection to open. To limit this waiting time, use the
217
217
single timeout setting. To learn more, see the
218
- :ref:`javars -csot` guide.
218
+ :ref:`java-rs -csot` guide.
219
219
|
220
220
| **Data Type**: ``Integer``
221
221
| **Default**: ``null``
@@ -230,7 +230,7 @@ Connection Pool Configuration
230
230
231
231
* - **waitQueueTimeoutMS** *(deprecated)*
232
232
- | This option is deprecated. You can configure this timeout by
233
- | setting the the :ref:`client-level timeout <javars -csot>`
233
+ | setting the the :ref:`client-level timeout <java-rs -csot>`
234
234
| instead.
235
235
|
236
236
| Maximum amount of time to wait in milliseconds before either
@@ -536,7 +536,7 @@ Write Concern Configuration
536
536
537
537
* - **wtimeoutMS** *(deprecated)*
538
538
- | This option is deprecated. You can configure this timeout by
539
- | setting the the :ref:`client-level timeout <javars -csot>`
539
+ | setting the the :ref:`client-level timeout <java-rs -csot>`
540
540
| instead.
541
541
|
542
542
| If set, The driver adds ``{ wtimeout : ms }`` to all write commands. If
0 commit comments