Skip to content

Commit

Permalink
[quorum store] increase max per-validator TPS constraint from 2K to 4K (
Browse files Browse the repository at this point in the history
#13362) (#13382)

## Description
Make the max constraint in quorum store backpressure larger.
  • Loading branch information
bchocho authored May 23, 2024
1 parent 9e159bf commit c1cb7a0
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 @@ -36,7 +36,7 @@ impl Default for QuorumStoreBackPressureConfig {
increase_duration_ms: 1000,
decrease_fraction: 0.5,
dynamic_min_txn_per_s: 160,
dynamic_max_txn_per_s: 2000,
dynamic_max_txn_per_s: 4000,
}
}
}
Expand Down

0 comments on commit c1cb7a0

Please sign in to comment.