File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,8 @@ pub struct WriteConcern {
165165pub enum Acknowledgment {
166166 /// Requires acknowledgement that the write has reached the specified number of nodes.
167167 ///
168- /// Note: specifying 0 here indicates that the write is unacknowledged. Doing so means
169- /// the driver will not receive a response indicating whether an operation succeeded or failed.
170- /// It also means that the operation cannot be associated with a session. It is reccommended to
171- /// avoid using unacknowledged write concerns.
168+ /// Note: specifying 0 here indicates that the write concern is unacknowledged, which is
169+ /// currently unsupported and will result in an error during operation execution.
172170 Nodes ( u32 ) ,
173171
174172 /// Requires acknowledgement that the write has reached the majority of nodes.
You can’t perform that action at this time.
0 commit comments