diff --git a/pkg/types/automation/interfaces.go b/pkg/types/automation/interfaces.go index 0ef706f214..fa3ca0b673 100644 --- a/pkg/types/automation/interfaces.go +++ b/pkg/types/automation/interfaces.go @@ -56,6 +56,7 @@ type LogEventProvider interface { type LogEventProviderConfig struct { NumLogUpkeeps uint32 FastExecLogsHigh uint32 + FastExecLogsLow uint32 } type RecoverableProvider interface {