Skip to content

Commit

Permalink
modify maxPendingPayloadsPerUpkeep to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Sep 19, 2023
1 parent 83595ae commit d75a700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
blockTimeUpdateCadence = 10 * time.Minute
// maxPendingPayloadsPerUpkeep is the number of logs we can have pending for a single upkeep
// at any given time
maxPendingPayloadsPerUpkeep = 100
maxPendingPayloadsPerUpkeep = 500
)

type LogRecoverer interface {
Expand Down

0 comments on commit d75a700

Please sign in to comment.