In a Meteor app, how should the MongoDB read concern be set? I would like to set this flag on a case-by-case basis (not at the connection level).
I have been unable to answer this question using Google. A pointer to the appropriate documentation may be all I need.
‘Read concern’ is described here: https://docs.mongodb.com/manual/reference/read-concern/.
I don’t see anything like this in the Meteor docs: Collections | Meteor API Docs
Any help is appreciated.
L