Skip to content

Commit 86e1a91

Browse files
tsdoc updateg
1 parent ec5a53a commit 86e1a91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/write_concern.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ interface CommandWriteConcernOptions {
5858
* @see https://www.mongodb.com/docs/manual/reference/write-concern/
5959
*/
6060
export class WriteConcern {
61-
/** Request acknowledgment that the write operation has propagated to a specified number of mongod instances or to mongod instances with specified tags. */
61+
/**
62+
* Request acknowledgment that the write operation has propagated to a specified number of mongod instances or to mongod instances with specified tags.
63+
* If w is 0 and is set on the command in the request, the server will not send a response.
64+
*/
6265
readonly w?: W;
6366
/** Request acknowledgment that the write operation has been written to the on-disk journal */
6467
readonly journal?: boolean;

0 commit comments

Comments
 (0)