@@ -74,14 +74,6 @@ see the corresponding syntax:
74
74
75
75
* - Setting
76
76
- Description
77
-
78
- * - ``connectTimeoutMS``
79
-
80
- - Specifies the maximum amount of time, in milliseconds, the Java driver
81
- waits for a connection to open before timing out. A value of 0 instructs
82
- the driver to never time out while waiting for a connection to open.
83
-
84
- *Default:* ``10000`` (10 seconds)
85
77
86
78
* - ``maxConnecting``
87
79
@@ -114,28 +106,15 @@ see the corresponding syntax:
114
106
115
107
*Default*: ``0``
116
108
117
- * - ``socketTimeoutMS``
118
-
119
- - Number of milliseconds to wait before timeout on a TCP
120
- connection.
121
-
122
- Do *not* use ``socketTimeoutMS`` as a mechanism for
123
- preventing long-running server operations.
124
-
125
- Setting low socket timeouts may result in operations that error
126
- before the server responds.
127
-
128
- *Default*: ``0``, which means no timeout.
129
-
130
109
* - ``waitQueueTimeoutMS``
131
110
132
- - Maximum wait time in milliseconds that a thread can wait for
111
+ - Maximum wait time in milliseconds that an operation can wait for
133
112
a connection to become available. A value of ``0`` means there
134
113
is no limit.
135
114
136
115
*Default*: ``120000`` (120 seconds)
137
116
138
- For more information on these connection string options, see the
117
+ To learn more about connection string options, see the
139
118
:ref:`Connection Options <connection-options>`
140
119
guide.
141
120
0 commit comments