boost connection pool
This commit is contained in:
parent
9168d908dd
commit
9c59e802c1
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@ production:
|
|||
adapter: postgresql
|
||||
encoding: unicode
|
||||
database: justask_production
|
||||
pool: 10
|
||||
pool: 25
|
||||
# username: justask
|
||||
# password:
|
||||
# host: localhost
|
||||
|
|
Loading…
Reference in New Issue