Skip to content

Commit 01aca79

Browse files
rustagirmongoKart
authored andcommitted
DOCSP-31156: remove mentions of j,wtimeout, and fsync (mongodb#716)
1 parent 0c0c2c0 commit 01aca79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/connection/connection-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ parameters of the connection URI to specify the behavior of the client.
7373
* - **journal**
7474
- boolean
7575
- ``null``
76-
- Specifies the default write concern ``"j"`` field for the client. See
76+
- Specifies the journal write concern for the client. See
7777
:ref:`write concern <wc-j>` for more information.
7878

7979
* - **loadBalanced**
@@ -279,7 +279,7 @@ parameters of the connection URI to specify the behavior of the client.
279279
* - **wTimeoutMS**
280280
- non-negative integer
281281
- ``null``
282-
- Specifies the default write concern ``"wtimeout"`` field for the client.
282+
- Specifies the default write concern timeout field for the client.
283283

284284
* - **zlibCompressionLevel**
285285
- integer between ``-1`` and ``9`` (inclusive)

0 commit comments

Comments
 (0)