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 b284011 commit c6a0815Copy full SHA for c6a0815
source/connection/connection-pools.txt
@@ -41,7 +41,7 @@ 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.
43
44
-Each ``MongoClient`` instance opens two additional sockets per server in your MongoDB
+Each ``MongoClient`` instance opens two more sockets per server in your MongoDB
45
topology for monitoring the server's state.
46
47
Configure a Connection Pool
0 commit comments