Skip to content

Commit

Permalink
consensus: Enable dynamic round times in vfuture. (algorand#5860)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf authored Dec 8, 2023
1 parent 686912b commit b28b145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b28b145

Please sign in to comment.