Skip to content

Commit

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

readMaxBatchSize = 48
// 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 = 8
readerThreads = 4

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

0 comments on commit 93b16b5

Please sign in to comment.