From 72b5e9bfce98270b90baa346006baee21f437ab4 Mon Sep 17 00:00:00 2001 From: Andrew Schran Date: Tue, 17 Dec 2024 16:55:42 -0500 Subject: [PATCH] comment clarification --- crates/sui-protocol-config/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/sui-protocol-config/src/lib.rs b/crates/sui-protocol-config/src/lib.rs index 59925ee72663f..5413b0d87a5c0 100644 --- a/crates/sui-protocol-config/src/lib.rs +++ b/crates/sui-protocol-config/src/lib.rs @@ -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, /// Minimum interval of commit timestamps between consecutive checkpoints.