Full warning text, displayed on new MongoStore() call:
========================================================================================
= Please ensure that you set the default safe variable to one of the =
= allowed values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of false will change to true in the near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
Connection is configured in the following way: mongo = require('mongoose').connect(MONGO_DB, {db: {safe: false}})
Full warning text, displayed on
new MongoStore()call:Connection is configured in the following way:
mongo = require('mongoose').connect(MONGO_DB, {db: {safe: false}})