mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Write to ClickHouse less often (#465)
This commit is contained in:
parent
2ddc64b145
commit
9ae078bd3d
1 changed files with 2 additions and 1 deletions
|
|
@ -149,7 +149,8 @@ async function writeCsv(
|
|||
query,
|
||||
async_insert: 1,
|
||||
wait_for_async_insert: 0,
|
||||
async_insert_max_data_size: 2_000_000,
|
||||
async_insert_busy_timeout_ms: 30_000,
|
||||
async_insert_max_data_size: 200_000_000,
|
||||
},
|
||||
username: config.username,
|
||||
password: config.password,
|
||||
|
|
|
|||
Loading…
Reference in a new issue