File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,7 @@ Use the ``MongoClients.create()`` method to construct a ``MongoClient``.
33
33
34
34
As each ``MongoClient`` represents a thread-safe pool of connections to the
35
35
database, most applications only require a single instance of a
36
- ``MongoClient``, even across multiple threads. To learn more about
37
- how connection pools work in the driver, see the :ref:`FAQ page <java-faq-connection-pool>`.
38
-
36
+ ``MongoClient``, even across multiple threads.
39
37
All resource usage limits, such as max connections, apply to individual
40
38
``MongoClient`` instances.
41
39
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ Connection Troubleshooting
31
31
finding more resources
32
32
- The `MongoDB Community Forums <{+communityForums+}>`__ for
33
33
questions, discussions, or general technical support
34
- - The :ref:`Frequently Asked Questions (FAQ) <java-faq>` page for
35
- answers to common questions about the {+driver-short+}
36
34
37
35
.. replacement:: server-selection-timeout-error
38
36
@@ -150,11 +148,6 @@ Connection Troubleshooting
150
148
151
149
``maxIdleTimeMS``
152
150
153
- .. replacement:: connection-pools-learn-more
154
-
155
- To learn more about how connection pooling works in the driver, see
156
- :ref:`java-faq-connection-pool` in the FAQ.
157
-
158
151
.. replacement:: scram-failure-error
159
152
160
153
.. code-block::
Original file line number Diff line number Diff line change @@ -113,13 +113,6 @@ and links to the API documentation.
113
113
* - `Legacy Java Driver <{+api+}/apidocs/mongodb-driver-legacy/index.html>`__
114
114
- Legacy API
115
115
116
- FAQ
117
- ---
118
-
119
- For answers to commonly asked questions about the MongoDB
120
- Java Driver, see the :doc:`Frequently Asked Questions (FAQ) </faq>`
121
- section.
122
-
123
116
Connection Troubleshooting
124
117
--------------------------
125
118
You can’t perform that action at this time.
0 commit comments