We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24c1b9 commit 8266c19Copy full SHA for 8266c19
source/connection/connection-pools.txt
@@ -36,7 +36,7 @@ Every ``MongoClient`` instance has a built-in connection pool for each server
36
in your MongoDB topology. Connection pools open sockets on demand to support
37
concurrent MongoDB operations in your multi-threaded application.
38
39
-The maximum size of each connection pool is set by the ``maxPoolSize`` option, which
+The ``maxPoolSize`` option sets the maximum size of each connection pool, which
40
defaults to 100. If the number of in-use connections to a server reaches the
41
value of maxPoolSize, the next request to that server will wait until a
42
connection becomes available.
0 commit comments