File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ your connection URI:
5656 | Defaults to ``None`` (no limit)
5757
5858 * - ``maxPoolSize``
59- - | Sets the maximum number of concurrent connections that the pool will maintain .
60- If the maximum pool size is reached, further requests will wait until a connection
59+ - | Sets the maximum number of concurrent connections that the pool maintains .
60+ If the maximum pool size is reached, further requests wait until a connection
6161 becomes available.
6262 | Defaults to ``100``
6363
6464 * - ``minPoolSize``
65- - | Sets the minimum number of concurrent connections that the pool will maintain . If
65+ - | Sets the minimum number of concurrent connections that the pool maintains . If
6666 the number of open connections falls below this value due to network errors,
67- {+driver-short+} will attempt to create new connections to maintain this minimum.
67+ {+driver-short+} attempts to create new connections to maintain this minimum.
6868 | Defaults to ``0``
6969
7070 * - ``socketTimeoutMS``
@@ -73,11 +73,11 @@ your connection URI:
7373 | Defaults to ``None`` (no timeout)
7474
7575 * - ``waitQueueTimeoutMS``
76- - | Sets how long a thread will wait for a connection to become available in the pool
76+ - | Sets how long a thread waits for a connection to become available in the connection pool
7777 before timing out.
7878 | Defaults to ``None`` (no timeout)
7979
80- The following code creates a client with a connection pool size of 50 by using the
80+ The following code creates a client with a maximum connection pool size of ``50`` by using the
8181``maxPoolSize`` parameter:
8282
8383.. code-block:: python
You can’t perform that action at this time.
0 commit comments