Skip to content

Commit e385628

Browse files
committed
DOCSP-49557 update default w concern
1 parent e49a0a3 commit e385628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/batch-mode/batch-write-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can configure the following properties when writing data to MongoDB in batch
148148
w Option </reference/write-concern/#w-option>` in the {+mdb-server+}
149149
manual.
150150
|
151-
| **Default:** ``majority`` or ``1``
151+
| **Default:** ``Acknowledged``
152152

153153
* - ``writeConcern.journal``
154154
- | Specifies ``j``, a write-concern option requesting acknowledgment that

source/streaming-mode/streaming-write-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can configure the following properties when writing data to MongoDB in strea
148148
w Option </reference/write-concern/#w-option>` in the {+mdb-server+}
149149
manual.
150150
|
151-
| **Default:** ``majority`` or ``1``
151+
| **Default:** ``Acknowledged``
152152

153153
* - ``writeConcern.journal``
154154
- | Specifies ``j``, a write-concern option requesting acknowledgment that

0 commit comments

Comments
 (0)