We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3740ec8 commit 0a0a036Copy full SHA for 0a0a036
source/connection/connection-pools.txt
@@ -51,9 +51,9 @@ You can specify settings for your connection pool using either a connection
51
string or by passing a ``MongoClientSettings`` object to the
52
``MongoClients.create()`` method.
53
54
-The following code creates a client with a maximum connection pool size of ``50``
55
-by using either a connection String or MongoClientSettings
56
-object:
+The following code creates a client with a maximum connection pool size of ``50``.
+Select the :guilabel:`Connection String` or :guilabel:`MongoClientSettings` tab to
+see the corresponding syntax:
57
58
.. tabs::
59
0 commit comments