Skip to content

Commit

Permalink
increase batch size to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
aomerk committed Jan 12, 2024
1 parent f712ba5 commit 975b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds/combiner.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
)

const (
DefaultBatchSize = 10
DefaultBatchSize = 50
)

type cfHandler struct {
Expand Down

0 comments on commit 975b320

Please sign in to comment.