Skip to content

Commit

Permalink
DOCSP-31359 Revise Connection Options
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed Dec 2, 2024
1 parent d3cdc74 commit 1c10478
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions source/fundamentals/connection/connection-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ parameters of the connection URI to specify the behavior of the client.
- ``null``
- Specifies the interval, in milliseconds, between regular server monitoring checks.

* - **journal**
- boolean
- ``null``
- Specifies the journal write concern for the client. See
:ref:`write concern <wc-j>` for more information.

* - **loadBalanced**
- boolean
- ``null``
Expand Down Expand Up @@ -322,10 +316,10 @@ parameters of the connection URI to specify the behavior of the client.
- Specifies the amount of time, in milliseconds, spent attempting to check out a connection
from a server's connection pool before timing out.

* - **wTimeoutMS**
- non-negative integer
- ``null``
- Specifies the default write concern timeout field for the client.
* - ** **
- dd
- dd
-

* - **zlibCompressionLevel**
- integer between ``-1`` and ``9`` (inclusive)
Expand Down

0 comments on commit 1c10478

Please sign in to comment.