Change postgres connection timeout (#21790)
This commit is contained in:
		@@ -2,6 +2,7 @@ default: &default
 | 
				
			|||||||
  adapter: postgresql
 | 
					  adapter: postgresql
 | 
				
			||||||
  pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
 | 
					  pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
 | 
				
			||||||
  timeout: 5000
 | 
					  timeout: 5000
 | 
				
			||||||
 | 
					  connect_timeout: 15
 | 
				
			||||||
  encoding: unicode
 | 
					  encoding: unicode
 | 
				
			||||||
  sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
 | 
					  sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user