Skip to content

Commit

Permalink
add dropBufferSupport: true
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhutu committed Oct 1, 2016
1 parent 8b57124 commit ee79e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/config/env/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = {
},
//生产环境redis配置
redis: {
db: 1
db: 1,
dropBufferSupport: true
},
//生产环境cookie是否需要domain视具体情况而定.
session:{
Expand Down

0 comments on commit ee79e12

Please sign in to comment.