Change postgres connection timeout (#21790)
This commit is contained in:
		
							parent
							
								
									f13566795b
								
							
						
					
					
						commit
						888e60fd0e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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" %>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue