Skip to content

Commit

Permalink
revert back backpressure change until execution pool
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-aptos committed Nov 22, 2024
1 parent 31dad98 commit 2619aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/src/config/consensus_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ impl Default for ConsensusConfig {
vote_back_pressure_limit: 7,
min_max_txns_in_block_after_filtering_from_backpressure: MIN_BLOCK_TXNS_AFTER_FILTERING,
execution_backpressure: Some(ExecutionBackpressureConfig {
num_blocks_to_look_at: 20,
num_blocks_to_look_at: 12,
min_blocks_to_activate: 4,
percentile: 0.5,
target_block_time_ms: 200,
target_block_time_ms: 250,
min_block_time_ms_to_activate: 100,
// allow at least two spreading group from reordering in a single block, to utilize paralellism
min_calibrated_txns_per_block: 8,
Expand Down

0 comments on commit 2619aed

Please sign in to comment.