Skip to content

Commit

Permalink
profile timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hdser committed Nov 7, 2024
1 parent 47c01d3 commit 04d31f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ gnosis_dbt:
user: "{{ env_var('CLICKHOUSE_USER') }}"
password: "{{ env_var('CLICKHOUSE_PASSWORD') }}"
threads: 40
connect_timeout: 60
read_timeout: 3000
connect_timeout: 3000
send_receive_timeout: 3000

chaind:
type: postgres
Expand All @@ -22,4 +22,5 @@ gnosis_dbt:
user: "{{ env_var('POSTGRES_USER') }}"
password: "{{ env_var('POSTGRES_PASSWORD') }}"
port: "{{ env_var('POSTGRES_PORT', '5432') | int }}"
threads: 80
threads: 20
connect_timeout: 3000

0 comments on commit 04d31f3

Please sign in to comment.