boost connection pool
This commit is contained in:
parent
9168d908dd
commit
9c59e802c1
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue