mirror of
https://github.com/graphql-hive/console
synced 2026-05-21 08:08:52 +00:00
Enable async_insert
This commit is contained in:
parent
288e56f830
commit
df4e018064
1 changed files with 3 additions and 0 deletions
|
|
@ -147,6 +147,9 @@ async function writeCsv(
|
|||
body,
|
||||
searchParams: {
|
||||
query,
|
||||
async_insert: 1,
|
||||
wait_for_async_insert: 0,
|
||||
async_insert_max_data_size: 2_000_000,
|
||||
},
|
||||
username: config.username,
|
||||
password: config.password,
|
||||
|
|
|
|||
Loading…
Reference in a new issue