Skip to content

Commit 2e3b670

Browse files
committed
fix(sync-sidecar): use tmp table batch size of 10000
1 parent 8514f62 commit 2e3b670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sync-sidecar/read.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const cancelledError = "Sync job was cancelled"
2828

2929
var forceTemporaryBatchesDestinations = map[string]int{
3030
"webhook": 100,
31+
"duckdb": 10000,
3132
}
3233

3334
type ReadSideCar struct {

0 commit comments

Comments
 (0)