remove wait_for_async_insert

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-15 22:03:57 +01:00
parent fc531ce971
commit d0abf16e73

View File

@@ -160,8 +160,6 @@ export const ch = new Proxy(originalCh, {
return (...args: any[]) => return (...args: any[]) =>
withRetry(() => { withRetry(() => {
args[0].clickhouse_settings = { args[0].clickhouse_settings = {
// Allow bigger HTTP payloads/time to stream rows
wait_for_async_insert: 1,
// Increase insert timeouts and buffer sizes for large batches // Increase insert timeouts and buffer sizes for large batches
max_execution_time: 300, max_execution_time: 300,
max_insert_block_size: '500000', max_insert_block_size: '500000',