Closed wuwb closed 7 years ago
赞赞的! 不过为什么要把bluebird放在server里而且放在global全局对象中呢?建议就在mongo中间件中引用:mongoose.Promise = require('bluebird')即可, 其他地方要用bluebird再引入也不迟
bluebird
mongoose.Promise = require('bluebird')
这样写的话,等 v8 的 promise 性能调好了比 bluebird 高时,直接删掉入口那行代码,其他啥都不用改
赞赞的! 不过为什么要把
bluebird
放在server里而且放在global全局对象中呢?建议就在mongo中间件中引用:mongoose.Promise = require('bluebird')
即可, 其他地方要用bluebird再引入也不迟