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 collation: utf8_general_ci
reconnect: false reconnect: false
database: justask_production database: justask_production
pool: 10 pool: 25
username: justask username: justask
password: "hack me" password: "hack me"
# host: localhost # host: localhost

View File

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