Skip to content

Commit

Permalink
Javadoc: Update the WriteConcern majority definition (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Feb 7, 2017
1 parent 5642411 commit 2097079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-core/src/main/com/mongodb/WriteConcern.java
Expand Up @@ -43,7 +43,7 @@
* <li> 0: Don't wait for acknowledgement from the server </li>
* <li> 1: Wait for acknowledgement, but don't wait for secondaries to replicate</li>
* <li> &gt;=2: Wait for one or more secondaries to also acknowledge </li>
* <li> "majority": Wait for a majority of secondaries to also acknowledge </li>
* <li> "majority": Wait for a majority of data bearing nodes to acknowledge </li>
* <li> "&lt;tag set name&gt;": Wait for one or more secondaries to also acknowledge based on a tag set name</li>
* </ul>
* <p>{@code wtimeout} - how long to wait for secondaries to acknowledge before failing</p>
Expand Down

0 comments on commit 2097079

Please sign in to comment.