Skip to content

Commit

Permalink
feat: change default database_connection_validation_timeout from -1 (…
Browse files Browse the repository at this point in the history
…every request) to nil (which Sequel will set to 3600 seconds)
  • Loading branch information
bethesque committed Sep 15, 2021
1 parent 829e0b4 commit 0c50857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.included(anyway_config)
validate_database_connection_config: true,
database_statement_timeout: 15,
metrics_sql_statement_timeout: 30,
database_connection_validation_timeout: -1
database_connection_validation_timeout: nil
)

def database_configuration
Expand Down

0 comments on commit 0c50857

Please sign in to comment.