为了账号安全,请及时绑定邮箱和手机立即绑定

使用connect-mongodb时启动报警告,如下

 =  Please ensure that you set the default write concern for the database bysetting    =    =   one of the options           =    =           =    =     w: (value of > -1 or the string 'majority'), where < 1 means           =    =        no write acknowledgement            =    =     journal: true/false, wait for flush to journal before acknowledgement            =    =     fsync: true/false, wait for flush to file system before acknowledgement           =    =           =    =  For backward compatibility safe is still supported and           =    =   allows 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 no acknowledgement will change in the very near future            =    =           =    =  This message will disappear when the default safe is set on the driver Db           =    =============================


这个如何解决,安全连接问题吗

正在回答

1 回答

http://stackoverflow.com/questions/14526141/annoying-message-when-use-mongodb

0 回复 有任何疑惑可以回复我~
#1

giscafer 提问者

现在使用connect-mongo了。没啥问题。好用。存session的话用redis了。
2016-02-02 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
node建站攻略(二期)——网站升级
  • 参与学习       51940    人
  • 解答问题       408    个

帮助你深入前后端开发留下的迷惑,为进一步自学打下基础

进入课程

使用connect-mongodb时启动报警告,如下

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信