Skip to content

Commit e7094ba

Browse files
committed
Fixing nested components
1 parent 31023b4 commit e7094ba

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

source/faq.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@ What Is the Difference Between "connectTimeoutMS", "socketTimeoutMS" and "maxTim
123123
for an individual connection from your connection pool to
124124
establish a TCP connection to the {+mdb-server+} before
125125
timing out.
126-
127-
.. tip::
128-
129-
To modify the allowed time for `MongoClient.connect <{+api+}/classes/MongoClient.html#connect>`__ to establish a
130-
connection to a {+mdb-server+}, use the ``serverSelectionTimeoutMS`` option instead.
126+
127+
To modify the allowed time for `MongoClient.connect <{+api+}/classes/MongoClient.html#connect>`__ to establish a
128+
connection to a {+mdb-server+}, use the ``serverSelectionTimeoutMS`` option instead.
131129

132130
**Default:** 30000
133131
* - **socketTimeoutMS**

source/fundamentals/run-command.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,8 @@ with the following fields:
143143
- Indicates the logical time of the operation. MongoDB uses the
144144
logical time to order operations.
145145

146-
.. seealso::
147-
148-
To learn more about logical time, see our :website:`blog post about
149-
the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
146+
To learn more about logical time, see our :website:`blog post about
147+
the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
150148

151149
* - ``$clusterTime``
152150
- Provides a document that returns the signed cluster time. Cluster time is a

0 commit comments

Comments
 (0)