Skip to content

Commit

Permalink
test 56 batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
ogtownsend committed Apr 17, 2024
1 parent 83658cf commit d1d728b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ var (
readJobQueueSize = 64
readLogsTimeout = 10 * time.Second

// TODO: control group, remove
readMaxBatchSize = 32
readMaxBatchSize = 56
// reorgBuffer is the number of blocks to add as a buffer to the block range when reading logs.
reorgBuffer = int64(32)
readerThreads = 4
Expand Down

0 comments on commit d1d728b

Please sign in to comment.