Increase db connection pool size

This commit is contained in:
Helge Rausch
2015-10-29 08:43:01 +01:00
parent fa8797c13e
commit 765f40ba03

View File

@@ -1,6 +1,7 @@
default: &default
adapter: postgresql
url: <%= ENV['POSTGRES_URL'] %>
pool: 20
development:
<<: *default