Skip to content

Commit

Permalink
make the proof backpressure smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
bchocho committed Jan 10, 2025
1 parent 4d461c8 commit c636709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/quorum_store_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Default for QuorumStoreBackPressureConfig {
// Roughly, ordering TPS * ordering latency seconds
backlog_txn_limit_count: 15_000,
// QS will create batches at the max rate until this number is reached
backlog_per_validator_batch_limit_count: 20,
backlog_per_validator_batch_limit_count: 5,
decrease_duration_ms: 1000,
increase_duration_ms: 1000,
decrease_fraction: 0.5,
Expand Down

0 comments on commit c636709

Please sign in to comment.