cnodejs / nodeclub

:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统
http://cnodejs.org/
MIT License
9.34k stars 3.12k forks source link

production模式貌似view cache已经打开了 #542

Open luoyjx opened 9 years ago

luoyjx commented 9 years ago

https://github.com/strongloop/express/blob/master/lib%2Fapplication.js#L117-L119 这里还需要么? https://github.com/cnodejs/nodeclub/blob/master/app.js#L114 还是说加上这个?

else {
  app.set('view cache', false);
} 
alsotang commented 9 years ago

这个地方确实是冗余了。