Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fix Production SWIG
Browse files Browse the repository at this point in the history
amoshaviv committed Feb 10, 2014

Verified

This commit was signed with the committer’s verified signature.
pradyunsg Pradyun Gedam
1 parent 72331de commit 899b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/express.js
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ module.exports = function(db) {
// Application Configuration for production environment
app.configure('production', function() {
app.locals({
cache: 'memory' // To solve the SWIG Cache Issues
cache: 'memory' // To solve SWIG Cache Issues
});
});

0 comments on commit 899b65d

Please sign in to comment.