Skip to content

Commit

Permalink
test_medium
Browse files Browse the repository at this point in the history
  • Loading branch information
ogtownsend committed Apr 11, 2024
1 parent 93b16b5 commit 7f02fc8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ var (
readJobQueueSize = 64
readLogsTimeout = 10 * time.Second

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

bufferSyncInterval = 10 * time.Minute
// logLimitMinimum is how low the log limit can go.
Expand Down

0 comments on commit 7f02fc8

Please sign in to comment.