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 ff6deeb commit b24c1b9Copy full SHA for b24c1b9
source/connection/connection-pools.txt
@@ -29,8 +29,8 @@ to the pool for reuse.
29
Connection pools help reduce application latency and the number of times new connections
30
are created by {+driver-short+}.
31
32
-Create and Use a Connection Pool
33
---------------------------------
+Create a Connection Pool
+------------------------
34
35
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
0 commit comments