mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +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,
|
body,
|
||||||
searchParams: {
|
searchParams: {
|
||||||
query,
|
query,
|
||||||
|
async_insert: 1,
|
||||||
|
wait_for_async_insert: 0,
|
||||||
|
async_insert_max_data_size: 2_000_000,
|
||||||
},
|
},
|
||||||
username: config.username,
|
username: config.username,
|
||||||
password: config.password,
|
password: config.password,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue