enable cache
This commit is contained in:
parent
6c6e907060
commit
1bcf1f9778
@ -1,7 +1,7 @@
|
||||
module.exports.name = 'production';
|
||||
module.exports.postgres = {user: 'tileuser', host: '127.0.0.1', port: 6432, max_size: 6};
|
||||
module.exports.postgres = {user: 'tileuser', host: '127.0.0.1', port: 6432, max_size: 10};
|
||||
module.exports.redis = {host: '127.0.0.1', port: 6379};
|
||||
module.exports.windshaft_port = 8181;
|
||||
module.exports.lru_cache = false;
|
||||
module.exports.lru_cache = true;
|
||||
module.exports.lru_cache_size = 10000;
|
||||
module.exports.ttl_timeout = 600; // 10 minutes
|
||||
|
Loading…
Reference in New Issue
Block a user