So, for example, you could do something like:
db.coll.insert({ x : y }, { writeConcern : { j : true } });
Something mirroring the drivers' behavior could be the way to go.
So, for example, you could do something like:
db.coll.insert({ x : y }, { writeConcern : { j : true } });
Something mirroring the drivers' behavior could be the way to go.