boost connection pool

This commit is contained in:
nilsding 2014-12-12 22:50:54 +01:00
parent 9168d908dd
commit 9c59e802c1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ production:
collation: utf8_general_ci
reconnect: false
database: justask_production
pool: 10
pool: 25
username: justask
password: "hack me"
# host: localhost

View File

@ -5,7 +5,7 @@ production:
adapter: postgresql
encoding: unicode
database: justask_production
pool: 10
pool: 25
# username: justask
# password:
# host: localhost