Skip to content

Commit

Permalink
Temporarily loosen backpressures, until module loading improvement sp…
Browse files Browse the repository at this point in the history
…eeds up blocks

(cherry picked from commit c7fe444)
  • Loading branch information
igor-aptos committed Jan 26, 2025
1 parent cb5d7c9 commit ae1fb33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/src/config/consensus_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ 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: 12,
min_blocks_to_activate: 4,
num_blocks_to_look_at: 20,
min_blocks_to_activate: 10,
percentile: 0.5,
target_block_time_ms: 250,
min_block_time_ms_to_activate: 100,
target_block_time_ms: 350,
min_block_time_ms_to_activate: 200,
// 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 ae1fb33

Please sign in to comment.