From 4df5bdf0e030f1f653bb5d245f21724731da6312 Mon Sep 17 00:00:00 2001 From: Gary Malouf <982483+gmalouf@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:55:27 -0500 Subject: [PATCH] Enable dynamic round times in vfuture. --- config/consensus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/consensus.go b/config/consensus.go index 95004e91f9..992cc90ce9 100644 --- a/config/consensus.go +++ b/config/consensus.go @@ -1398,7 +1398,7 @@ func initConsensusProtocols() { // Setting DynamicFilterTimeout in vFuture will impact e2e test performance // by reducing round time. Hence, it is commented out for now. - // vFuture.DynamicFilterTimeout = true + vFuture.DynamicFilterTimeout = true Consensus[protocol.ConsensusFuture] = vFuture