Skip to content

Commit

Permalink
num_blocks_to_look_at: 12 -> 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bchocho committed Nov 13, 2024
1 parent 7bf22d0 commit ee17cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/consensus_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ 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,
num_blocks_to_look_at: 20,
min_blocks_to_activate: 4,
percentile: 0.5,
target_block_time_ms: 200,
Expand Down

0 comments on commit ee17cb7

Please sign in to comment.