Merge pull request #10350 from colinux/remove-useless-db-timeout

Tech: supprime param de config `timeout` inutile pour postgresql
This commit is contained in:
LeSim 2024-04-18 15:33:03 +00:00 committed by GitHub
commit 69a4ca668b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@ default: &default
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch("DB_POOL") { 5 } %>
timeout: 5000
# sql queries will be killed after 60s
# we should reduce this number
# A bigger timeout can be set for jobs