-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.9.2
-
Component/s: Documentation
-
None
The error message currently reads:
[Obsolete("SafeMode has been replaced by WriteConcern and the default for WriteConcern is always Acknowledged and is not configurable.")] public static SafeMode SafeMode
which implies that the default is always Acknowledged.
But when using MongoServer and MongoServerSettings the default will continue to be Unacknowledged.