Skip to content

Commit 4fbd9e6

Browse files
caitlindaveynorareidymongoKartjordan-smith721
committed
Docsp 42965 nested comp (#938)
* DOCSP-31824: Update page titles (#774) (cherry picked from commit 9cd60b1) * DOCSP-30081: Fix find to find() * docsp-32718 - add comments (#770) (cherry picked from commit 11461c3) * Added code comments (#772) (#778) (cherry picked from commit 5b0652a) * removed nested components * fixing bulkWrite * Fixing bulkwrite --------- Co-authored-by: Nora Reidy <[email protected]> Co-authored-by: Mike Woofter <[email protected]> Co-authored-by: Jordan Smith <[email protected]> (cherry picked from commit fa3f2bc)
1 parent 6159bc4 commit 4fbd9e6

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

source/faq.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,9 @@ What Is the Difference Between "connectTimeoutMS", "socketTimeoutMS" and "maxTim
122122
<node-connection-options>` that sets the time, in milliseconds,
123123
for an individual connection from your connection pool to
124124
establish a TCP connection to the {+mdb-server+} before
125-
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.
125+
timing out. To modify the allowed time for
126+
`MongoClient.connect <{+api+}/classes/MongoClient.html#connect>`__ to establish a
127+
connection to a {+mdb-server+}, use the ``serverSelectionTimeoutMS`` option instead.
131128

132129
**Default:** 30000
133130
* - **socketTimeoutMS**

source/fundamentals/run-command.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,9 @@ 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.
145+
To learn more about logical time, see our
146+
:website:`blog post about the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
150147

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

0 commit comments

Comments
 (0)