From 2a6806dd075657d34c028eefd028d5501a030af1 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 19 Feb 2026 20:34:30 +0000 Subject: [PATCH] feat: lower default time-to-build-proposal from 500ms to 200ms Amp-Thread-ID: https://ampcode.com/threads/T-019c7729-c7d3-73ad-9748-d6f8cb27335a Co-authored-by: Amp --- crates/commonware-node/src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/commonware-node/src/args.rs b/crates/commonware-node/src/args.rs index 45cd151034..60b1c5b914 100644 --- a/crates/commonware-node/src/args.rs +++ b/crates/commonware-node/src/args.rs @@ -101,7 +101,7 @@ pub struct Args { /// This value should be well below `consensus.wait-for-proposal` to account /// for the leader to enter the view, build and broadcast the proposal, and /// have the other peers receive the proposal. - #[arg(long = "consensus.time-to-build-proposal", default_value = "500ms")] + #[arg(long = "consensus.time-to-build-proposal", default_value = "200ms")] pub time_to_build_proposal: PositiveDuration, /// The amount of time this node will use to construct a subblock before