Skip to content

Commit

Permalink
Add FastExecLogsLow
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed Feb 23, 2024
1 parent a2429ad commit 3c9e921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/v3/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ type LogProviderConfig struct {

// FastExecLogsHigh is the maximum number of logs that we are committed to processing for each upkeep
FastExecLogsHigh uint32 `json:"fastExecLogsHigh"`

// FastExecLogsLow is the minimum number of logs that we are committed to processing for each upkeep
FastExecLogsLow uint32 `json:"fastExecLogsLow"`
}

// DecodeOffchainConfig decodes bytes into an OffchainConfig
Expand Down

0 comments on commit 3c9e921

Please sign in to comment.