File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
specify-connection-options Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ Specify Connection Options
66
77.. toctree::
88
9-
10- Connection URI Options </connection/specify-connection-options/connection-options.txt> MongoClient Settings </connection/specify-connection-options/mongoclientsettings>
9+ Connection URI Options </connection/specify-connection-options/connection-options>
10+ MongoClient Settings </connection/specify-connection-options/mongoclientsettings>
1111 Stable API </connection/specify-connection-options/stable-api>
12+ Connection Pools </connection/specify-connection-options/connection-pools>
1213 Network Compression </connection/specify-connection-options/network-compression>
1314 JNDI Datasource </connection/specify-connection-options/jndi>
1415 AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
File renamed without changes.
Original file line number Diff line number Diff line change @@ -230,10 +230,7 @@ A connection pool event is an event related to a **connection pool** held by the
230230A connection pool is a set of open TCP connections your driver maintains with
231231a MongoDB instance. Connection pools help reduce the number of network handshakes
232232your application needs to perform with a MongoDB instance and can help your
233- application run faster.
234-
235- .. Add when page is ready: To learn more about connection pools, see the {+driver-short+}'s
236- .. :ref:`Connection Pools <connection-pools>` guide.
233+ application run faster. To learn more about connection pools, see the {+driver-short+}'s :ref:`Connection Pools <connection-pools>` guide.
237234
238235To monitor connection pool events, write a class that implements the
239236``ConnectionPoolListener`` interface and register an instance of that class with your
You can’t perform that action at this time.
0 commit comments