summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary <982483+gmalouf@users.noreply.github.com>2023-12-08 11:44:11 -0500
committerGitHub <noreply@github.com>2023-12-08 11:44:11 -0500
commitb28b145c5fe5a5f97f5b5e327f0f8ee49f551c81 (patch)
treebdf7248e8a95a887b992809b026d8420cc07a5ac
parent686912b203e236a05fd397de3cbdba7d6d172e7d (diff)
consensus: Enable dynamic round times in vfuture. (#5860)
-rw-r--r--config/consensus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/consensus.go b/config/consensus.go
index 95004e91f..992cc90ce 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