Skip to content

Commit

Permalink
[consensus] enable round timeout message
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Oct 11, 2024
1 parent b2781bf commit f03ddb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/consensus_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ impl Default for ConsensusConfig {
enable_pre_commit: true,
max_pending_rounds_in_commit_vote_cache: 100,
optimistic_sig_verification: false,
enable_round_timeout_msg: false,
enable_round_timeout_msg: true,
}
}
}
Expand Down

0 comments on commit f03ddb0

Please sign in to comment.