disabled caching

This commit is contained in:
javi 2011-11-29 21:19:20 +01:00
parent cb69faffc0
commit 472ed8bd79
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ module.exports.redis = {host: '127.0.0.1',
idleTimeoutMillis: 1,
reapIntervalMillis: 1};
module.exports.windshaft_port = 8181;
module.exports.lru_cache = true;
module.exports.lru_cache = false;
module.exports.lru_cache_size = 10000;
module.exports.enable_cors = true;
module.exports.ttl_timeout = 5;

View File

@ -2,6 +2,6 @@ module.exports.name = 'production';
module.exports.postgres = {user: 'tileuser', host: '127.0.0.1', port: 6432, max_size: 4};
module.exports.redis = {host: '127.0.0.1', port: 6379};
module.exports.windshaft_port = 8181;
module.exports.lru_cache = true;
module.exports.lru_cache = false;
module.exports.lru_cache_size = 10000;
module.exports.ttl_timeout = 600; // 10 minutes