Merge pull request #7392 from mkllnk/7391-db-connection-pool

Increase DB connection pool size for specs
This commit is contained in:
Pau Pérez Fabregat
2021-04-12 18:24:56 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
defaults: &defaults
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch('OFN_DB_POOL', 5) %>
pool: <%= ENV.fetch('OFN_DB_POOL', 6) %>
host: <%= ENV.fetch('OFN_DB_HOST', 'localhost') %>
username: <%= ENV.fetch('OFN_DB_USERNAME', 'ofn') %>
password: <%= ENV.fetch('OFN_DB_PASSWORD', 'f00d') %>