From 8a0c57517e91c60fcd29bd13c1cee0ca2c2368f1 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Tue, 10 Dec 2024 10:15:29 -0600 Subject: [PATCH] Update assertions/manager.go --- assertions/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assertions/manager.go b/assertions/manager.go index fbb1fe17b..3480d61ee 100644 --- a/assertions/manager.go +++ b/assertions/manager.go @@ -51,7 +51,7 @@ var defaultTimings = timings{ confInterval: time.Second * 10, postInterval: time.Hour, avgBlockTime: time.Second * 12, - minGapToParent: time.Minute * 15 + minGapToParent: time.Minute * 15, } // The Manager struct is responsible for several tasks related to the assertion