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
|
||||
encoding: unicode
|
||||
database: commitchange_development
|
||||
pool: 5
|
||||
pool: 20
|
||||
username: houdini_user
|
||||
password: password
|
||||
host: <%= ENV['DATABASE_HOST'] || 'localhost' %>
|
||||
|
|
Loading…
Reference in a new issue