mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 13:08:04 +02:00
Fix Production SWIG
This commit is contained in:
@@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user