set max pool size to reasonable

This commit is contained in:
Simon Tokumine 2011-11-19 02:54:54 +00:00
parent 3e8f74c790
commit 8730f28509

View File

@ -1,5 +1,5 @@
module.exports.name = 'production';
module.exports.postgres = {user: 'tileuser', host: '127.0.0.1', port: 6432, max_size: 1};
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;