Skip to content

Commit

Permalink
comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
aschran committed Dec 17, 2024
1 parent 9dff6c4 commit 72b5e9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/sui-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,7 @@ pub struct ProtocolConfig {

/// If >0, congestion control will allow transactions in total cost equaling the
/// configured amount to exceed the configured maximum accumulated cost per object.
/// If a single transaction exceeds the burst limit, it will be allowed up to
/// `max_txn_cost_overage_per_object_in_commit` above.
/// As above, up to one transaction per object exceeding the burst limit will be allowed.
allowed_txn_cost_overage_burst_per_object_in_commit: Option<u64>,

/// Minimum interval of commit timestamps between consecutive checkpoints.
Expand Down

0 comments on commit 72b5e9b

Please sign in to comment.