From 04d31f31e601e7b45b4358baa59877b1fc941b37 Mon Sep 17 00:00:00 2001 From: hdser Date: Thu, 7 Nov 2024 08:24:08 +0100 Subject: [PATCH] profile timeout --- profiles.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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