diff --git a/profiles.yml b/profiles.yml index cdee81b..a174801 100644 --- a/profiles.yml +++ b/profiles.yml @@ -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 @@ -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 \ No newline at end of file + threads: 20 + connect_timeout: 3000