fix(config): remove useless timeout pg config

This commit is contained in:
Colin Darie 2024-04-18 15:12:33 +02:00
parent 4041bfa160
commit 6c8418e0a5
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

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