Skip to content

Commit

Permalink
adjust configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bchocho committed Dec 5, 2024
1 parent e05d73a commit a0be520
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 @@ -197,8 +197,8 @@ impl Default for ConsensusConfig {
execution_backpressure: Some(ExecutionBackpressureConfig {
num_blocks_to_look_at: 20,
// TODO: also adjust this?
min_blocks_to_activate: 4,
percentile: 0.5,
min_blocks_to_activate: 8,
percentile: 0.75,
target_block_time_ms: 200,
min_block_time_ms_to_activate: 100,
// TODO: appropriate value?
Expand Down

0 comments on commit a0be520

Please sign in to comment.