1st commit
This commit is contained in:
@@ -86,5 +86,7 @@ def get_clickhouse_client():
|
||||
port=CH_PORT,
|
||||
username=CH_USER,
|
||||
password=CH_PASS,
|
||||
database=CH_DB
|
||||
database=CH_DB,
|
||||
connect_timeout=30,
|
||||
send_receive_timeout=600,
|
||||
)
|
||||
Reference in New Issue
Block a user