Skip to content

Commit

Permalink
fix: remove idle_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed May 20, 2024
1 parent 4f0afac commit 0eef87c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow/connectors/clickhouse/clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func connect(ctx context.Context, config *protos.ClickhouseConfig) (*sql.DB, err
},
},
Settings: map[string]any{
"idle_timeout": 10000,
"connect_timeout": 10000,
"send_timeout": 10000,
"receive_timeout": 10000,
Expand Down

0 comments on commit 0eef87c

Please sign in to comment.