Skip to content

Commit 5844064

Browse files
committed
edits
1 parent f122dd8 commit 5844064

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/connect/csot.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Limit Server Execution Time
2020
Overview
2121
--------
2222

23-
In this guide, you can learn how to use ``timeout_ms`` to set a timeout
24-
for server operations.
23+
In this guide, you can learn how to use the ``timeout_ms`` option to set a
24+
timeout for server operations.
2525

2626
When you use the {+driver-short+} to perform a server operation, you can
2727
limit the duration allowed for the server to finish the operation. To do so,
@@ -30,8 +30,8 @@ steps needed to complete the operation, including server selection, connection
3030
checkout, and server-side execution. If the timeout expires before the operation
3131
completes, the {+driver-short+} raises a timeout exception.
3232

33-
timeout_ms Option
34-
-----------------
33+
``timeout_ms`` Option
34+
---------------------
3535

3636
To specify a timeout when connecting to a MongoDB deployment, set the
3737
``timeout_ms`` connection option to the timeout length in milliseconds. You can

0 commit comments

Comments
 (0)