Skip to content
Snippets Groups Projects
Unverified Commit 3d40282f authored by Claire's avatar Claire Committed by GitHub
Browse files

Change postgres connection timeout (#21790)

parent e538584f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ default: &default
adapter: postgresql
pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
timeout: 5000
connect_timeout: 15
encoding: unicode
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment