Skip to content

Commit

Permalink
Docsp 42965 nested comp (#938)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
caitlindavey committed Nov 26, 2024
1 parent 6511123 commit 9644ec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions source/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,9 @@ What Is the Difference Between "connectTimeoutMS", "socketTimeoutMS" and "maxTim
<node-connection-options>` that sets the time, in milliseconds,
for an individual connection from your connection pool to
establish a TCP connection to the {+mdb-server+} before
timing out.

.. tip::

To modify the allowed time for `MongoClient.connect <{+api+}/classes/MongoClient.html#connect>`__ to establish a
connection to a {+mdb-server+}, use the ``serverSelectionTimeoutMS`` option instead.
timing out. To modify the allowed time for
`MongoClient.connect <{+api+}/classes/MongoClient.html#connect>`__ to establish a
connection to a {+mdb-server+}, use the ``serverSelectionTimeoutMS`` option instead.

**Default:** 30000
* - **socketTimeoutMS**
Expand Down
9 changes: 3 additions & 6 deletions source/fundamentals/run-command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,9 @@ with the following fields:

* - ``operationTime``
- Indicates the logical time of the operation. MongoDB uses the
logical time to order operations.

.. seealso::

To learn more about logical time, see our :website:`blog post about
the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
logical time to order operations.
To learn more about logical time, see our
:website:`blog post about the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.

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

0 comments on commit 9644ec0

Please sign in to comment.