Skip to content

Commit

Permalink
Increase iterator batch (#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
begelundmuller authored Sep 7, 2023
1 parent 3312703 commit 2d51bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/drivers/drivers.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"go.uber.org/zap"
)

const _iteratorBatch = 8
const _iteratorBatch = 32

var ErrIngestionLimitExceeded = fmt.Errorf("connectors: source ingestion exceeds limit")

Expand Down

0 comments on commit 2d51bcb

Please sign in to comment.