Skip to content

Commit

Permalink
consensus: remove CONSENSUS_DELAY_MS
Browse files Browse the repository at this point in the history
Obsoleted since #1860
  • Loading branch information
herr-seppia committed Jul 3, 2024
1 parent 1322166 commit 282492f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions consensus/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ pub const PROPOSAL_COMMITTEE_CREDITS: usize = 1;
pub const VALIDATION_COMMITTEE_CREDITS: usize = 64;
pub const RATIFICATION_COMMITTEE_CREDITS: usize = 64;

/// Artificial delay on each Proposal step.
pub const CONSENSUS_DELAY_MS: u64 = 1000;

pub const DEFAULT_BLOCK_GAS_LIMIT: u64 = 5 * 1_000_000_000;

pub const RELAX_ITERATION_THRESHOLD: u8 = 10;
Expand Down

0 comments on commit 282492f

Please sign in to comment.