From 6a784d11f86963066e271602a1f764f3ee57cf95 Mon Sep 17 00:00:00 2001 From: Fergal Gribben Date: Fri, 23 Feb 2024 14:55:18 +0000 Subject: [PATCH] Add FastExecLogsLow --- pkg/types/automation/interfaces.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/types/automation/interfaces.go b/pkg/types/automation/interfaces.go index 0ef706f21..fa3ca0b67 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 {