Skip to content

Commit b829923

Browse files
committed
removing nested components
1 parent 13f60d0 commit b829923

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,8 @@ with the following fields:
141141

142142
* - ``operationTime``
143143
- Indicates the logical time of the operation. MongoDB uses the
144-
logical time to order operations.
145-
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>`.
144+
logical time to order operations. To learn more about logical time, see our :website:`blog post about
145+
the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
150146

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

0 commit comments

Comments
 (0)