Move statement timeout to env variable (#271)
* Move statement timeout to env variable * Fallback on statement timeout
This commit is contained in:
parent
808ea3a466
commit
881195be04
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ default: &default
|
|||
connect_timeout: 2
|
||||
checkout_timeout: 2
|
||||
variables:
|
||||
statement_timeout: 2500
|
||||
statement_timeout: <%= ENV['STATEMENT_TIMEOUT'] || 2500 %>
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue