File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ Connection Pools
148
148
~~~~~~~~~~~~~~~~
149
149
150
150
A **connection pool** is a cache of open database connections maintained by {+driver-short+}.
151
- When your application requests a connection to MongoDB, {+driver-short+} seamlessly
151
+ When your application requests a connection to MongoDB, {+driver-short+}
152
152
gets a connection from the pool, performs operations, and returns the connection
153
153
to the pool for reuse. Connection pools help reduce application latency and the number
154
- of times new connections are created by {+driver-short+}.
154
+ of times that {+driver-short+} must create new connections .
155
155
156
156
To learn more about connection pools, see
157
157
:manual:`Connection Pool Overview </administration/connection-pool-overview/>`
You can’t perform that action at this time.
0 commit comments