fix(config): remove useless timeout pg config
This commit is contained in:
parent
4041bfa160
commit
6c8418e0a5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue