Skip to content

Commit

Permalink
increase default FastExecLogsHigh (32 instead of 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Jan 18, 2024
1 parent ca65be1 commit 0cdfa09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
// defaultFastExecLogsHigh is the default upper bound / maximum number of logs that Automation is committed to process for each upkeep,
// based on available capacity, i.e. if there are no logs from other upkeeps.
// Used by Log buffer to limit the number of logs we are saving in memory for each upkeep in a block
defaultFastExecLogsHigh = 10
defaultFastExecLogsHigh = 32
)

// fetchedLog holds the log and the ID of the upkeep
Expand Down

0 comments on commit 0cdfa09

Please sign in to comment.