Skip to content

Commit 7bd7662

Browse files
committed
tech review
1 parent c6a0815 commit 7bd7662

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

source/connection/connection-pools.txt

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ see the corresponding syntax:
7474

7575
* - Setting
7676
- 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)
8577

8678
* - ``maxConnecting``
8779

@@ -114,28 +106,15 @@ see the corresponding syntax:
114106

115107
*Default*: ``0``
116108

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-
130109
* - ``waitQueueTimeoutMS``
131110

132-
- Maximum wait time in milliseconds that a thread can wait for
111+
- Maximum wait time in milliseconds that an operation can wait for
133112
a connection to become available. A value of ``0`` means there
134113
is no limit.
135114

136115
*Default*: ``120000`` (120 seconds)
137116

138-
For more information on these connection string options, see the
117+
To learn more about connection string options, see the
139118
:ref:`Connection Options <connection-options>`
140119
guide.
141120

0 commit comments

Comments
 (0)