File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 53
53
* By default, all write operations will wait for acknowledgment by the server, as the default write concern is
54
54
* {@code WriteConcern.ACKNOWLEDGED}.
55
55
* <p>
56
- * In general, users of this class will pick up all of the default options specified in {@code MongoClientOptions}. In
57
- * particular, note that the default value of the connectionsPerHost option has been increased from 10 to 100.
58
- * <p>
59
56
* Note: This class supersedes the {@code Mongo} class. While it extends {@code Mongo}, it differs from it in that
60
57
* the default write concern is to wait for acknowledgment from the server of all write operations. In addition, its
61
58
* constructors accept instances of {@code MongoClientOptions} and {@code MongoClientURI}, which both also
62
59
* set the same default write concern.
60
+ * <p>
61
+ * In general, users of this class will pick up all of the default options specified in {@code MongoClientOptions}. In
62
+ * particular, note that the default value of the connectionsPerHost option has been increased to 100 from the old
63
+ * default value of 10 used by the superceded {@code Mongo} class.
63
64
*
64
65
* @see ReadPreference#primary()
65
66
* @see com.mongodb.WriteConcern#ACKNOWLEDGED
You can’t perform that action at this time.
0 commit comments