Skip to content

Commit 095863b

Browse files
author
Shlomi Noach
committed
dml-batch-size capped at 1000
1 parent e8b384e commit 095863b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/base/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

4848
const (
4949
HTTPStatusOK = 200
50-
maxBatchSize = 5000
50+
maxBatchSize = 1000
5151
)
5252

5353
var (

0 commit comments

Comments
 (0)