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``.
3333
3434 As each ``MongoClient`` represents a thread-safe pool of connections to the
3535 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.
3937All resource usage limits, such as max connections, apply to individual
4038``MongoClient`` instances.
4139
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ Connection Troubleshooting
3131 finding more resources
3232 - The `MongoDB Community Forums <{+communityForums+}>`__ for
3333 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+}
3634
3735 .. replacement:: server-selection-timeout-error
3836
@@ -150,11 +148,6 @@ Connection Troubleshooting
150148
151149 ``maxIdleTimeMS``
152150
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-
158151 .. replacement:: scram-failure-error
159152
160153 .. code-block::
Original file line number Diff line number Diff line change @@ -113,13 +113,6 @@ and links to the API documentation.
113113 * - `Legacy Java Driver <{+api+}/apidocs/mongodb-driver-legacy/index.html>`__
114114 - Legacy API
115115
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-
123116Connection Troubleshooting
124117--------------------------
125118
You can’t perform that action at this time.
0 commit comments