Skip to content

Commit bfcb2fd

Browse files
authored
DOCSP-42959 - Nested Components (#227)
1 parent 320f341 commit bfcb2fd

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

source/fundamentals/connection/connection-options.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,11 @@ relevant options.
306306
readPreference=primaryPreferred
307307
&maxStalenessSeconds=90
308308
&readPreferenceTags=dc:ny,rack:1
309-
310-
|
311-
312-
.. tip::
313-
314-
You can include the ``readPreferenceTags`` parameter in the connection URI more
315-
than once. If you do, the client treats each instance as a separate tag set.
316-
The order of the tags in the URI determines the order for read preference. You can
317-
use this parameter only if the read-preference mode is not ``primary``.
309+
310+
| You can include the ``readPreferenceTags`` parameter in the connection URI more
311+
than once. If you do, the client treats each instance as a separate tag set.
312+
The order of the tags in the URI determines the order for read preference. You can
313+
use this parameter only if the read-preference mode is not ``primary``.
318314

319315
* - **ReplicaSetName**
320316
- | The name of the replica set to connect to.

source/fundamentals/transactions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tabs to learn about the methods to manage your transaction:
103103
learn more about this method, see the :manual:`withTransaction() page
104104
</reference/method/Session.withTransaction/>` in the Server manual.
105105

106-
.. warning:: Handling Exceptions
106+
.. important:: Handling Exceptions
107107

108108
When catching exceptions within the callback function used by
109109
``WithTransaction()``, you **must** rethrow the exception before
@@ -162,7 +162,7 @@ tabs to learn about the methods to manage your transaction:
162162
learn more about this method, see the :manual:`withTransaction() page
163163
</reference/method/Session.withTransaction/>` in the Server manual.
164164

165-
.. warning:: Handling Exceptions
165+
.. important:: Handling Exceptions
166166

167167
When catching exceptions within the callback function used by
168168
``WithTransactionAsync()``, you **must** rethrow the exception

0 commit comments

Comments
 (0)