Fix database pool issue
This commit is contained in:
parent
a1e7d76ddd
commit
18d5aa9e6d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ development:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: commitchange_development
|
database: commitchange_development
|
||||||
pool: 5
|
pool: 20
|
||||||
username: houdini_user
|
username: houdini_user
|
||||||
password: password
|
password: password
|
||||||
host: <%= ENV['DATABASE_HOST'] || 'localhost' %>
|
host: <%= ENV['DATABASE_HOST'] || 'localhost' %>
|
||||||
|
|
Loading…
Reference in a new issue