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
148148~~~~~~~~~~~~~~~~
149149
150150A **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+}
152152gets a connection from the pool, performs operations, and returns the connection
153153to 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 .
155155
156156To learn more about connection pools, see
157157:manual:`Connection Pool Overview </administration/connection-pool-overview/>`
You can’t perform that action at this time.
0 commit comments