Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily loosen backpressures, until module loading improvement sp…
Browse files Browse the repository at this point in the history
…eeds up blocks
igor-aptos committed Nov 22, 2024
1 parent 78db503 commit ee7057f
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
@@ -194,11 +194,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,
}),

0 comments on commit ee7057f

Please sign in to comment.