Skip to content

Commit

Permalink
Reduce params
Browse files Browse the repository at this point in the history
  • Loading branch information
vusirikala committed Aug 24, 2024
1 parent 0075002 commit 4cd07b6
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 @@ -248,7 +248,7 @@ impl Default for ConsensusConfig {
backpressure_proposal_delay_ms: 50,
},
PipelineBackpressureValues {
back_pressure_pipeline_latency_limit_ms: 1200,
back_pressure_pipeline_latency_limit_ms: 1300,
max_sending_block_txns_after_filtering_override:
MAX_SENDING_BLOCK_TXNS_AFTER_FILTERING,
max_sending_block_bytes_override: 5 * 1024 * 1024,
Expand Down

0 comments on commit 4cd07b6

Please sign in to comment.