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
6
6
7
7
.. toctree::
8
8
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>
11
11
Stable API </connection/specify-connection-options/stable-api>
12
+ Connection Pools </connection/specify-connection-options/connection-pools>
12
13
Network Compression </connection/specify-connection-options/network-compression>
13
14
JNDI Datasource </connection/specify-connection-options/jndi>
14
15
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
230
230
A connection pool is a set of open TCP connections your driver maintains with
231
231
a MongoDB instance. Connection pools help reduce the number of network handshakes
232
232
your 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.
237
234
238
235
To monitor connection pool events, write a class that implements the
239
236
``ConnectionPoolListener`` interface and register an instance of that class with your
You can’t perform that action at this time.
0 commit comments