-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
I would like to have the option to force mongo to perform a best efforts write of my data but at this risk of inserting/updating too slowly - I don't care about the status response.
It seems that the assumption is made that if write concern is non-NULL, I would obviously want to know the response - which in my case is not true.
Maybe make this optional.