From 899b65d580e4cba125558e8237a4ffec3b7fb2a6 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Mon, 10 Feb 2014 16:16:26 +0200 Subject: [PATCH] Fix Production SWIG --- config/express.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/express.js b/config/express.js index 3a269420..62e382f8 100755 --- a/config/express.js +++ b/config/express.js @@ -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 }); });