Skip to content
Merged
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
Loading