From b28b145c5fe5a5f97f5b5e327f0f8ee49f551c81 Mon Sep 17 00:00:00 2001 From: Gary <982483+gmalouf@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:44:11 -0500 Subject: [PATCH] consensus: Enable dynamic round times in vfuture. (#5860) --- 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