Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/commonware-node/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub struct Args {

/// Amount of time to wait to receive a proposal from the leader of the
/// current view.
#[arg(long = "consensus.wait-for-proposal", default_value = "2s")]
#[arg(long = "consensus.wait-for-proposal", default_value = "1200ms")]
pub wait_for_proposal: PositiveDuration,

/// The amount of time to wait before retrying a nullify broadcast if stuck
Expand Down
Loading