Skip to content

Commit c099e23

Browse files
committed
Bump the default batch size.
1 parent 0f625c0 commit c099e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/removal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type RemovalOptions struct {
1010
}
1111

1212
var DefaultRemovalOptions = RemovalOptions{
13-
BatchSize: 50,
13+
BatchSize: 500,
1414
}
1515

1616
type RemovalOption func(o *RemovalOptions)

0 commit comments

Comments
 (0)