-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
For MongolianDB.prototype.eval it would be nice to have a way to specify nolock , and have the default be nolock = true since it's rare you would actually want it to lock.
I just changed
var command = { $eval:new bson.Code(execFunction, execFunction.scope || {}) }
to read
var command = { $eval:new bson.Code(execFunction, execFunction.scope || {}), nolock: true }
Metadata
Metadata
Assignees
Labels
No labels