longer timeout

This commit is contained in:
Michael Ball 2020-08-02 14:34:17 -07:00
parent 6186eee1d5
commit 081e433b24

View file

@ -15,7 +15,7 @@ default: &default
# password: <%= ENV['OSEM_DB_PASSWORD'] || 'mysecretpassword' %>
database: <%= ENV['OSEM_DB_NAME'] || 'postgres' %>
pool: 5
timeout: 5000
timeout: 50000
development:
<<: *default