Skip to content

Commit

Permalink
Update log trigger log provider readMaxBatchSize to 56 (#12951)
Browse files Browse the repository at this point in the history
* Update log provider readMaxBatchSize to 56

* Adding changeset

* Add changeset tag
  • Loading branch information
ogtownsend committed Apr 26, 2024
1 parent bcf7653 commit c98ea64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-trees-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#changed Updating the log trigger log provider's readMaxBatchSize to 56
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
readJobQueueSize = 64
readLogsTimeout = 10 * time.Second

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 c98ea64

Please sign in to comment.