diff --git a/crates/server-config/src/defaults.rs b/crates/server-config/src/defaults.rs index 59fa30272c..59cab61ec1 100644 --- a/crates/server-config/src/defaults.rs +++ b/crates/server-config/src/defaults.rs @@ -277,18 +277,15 @@ pub fn default_proof_poll_period() -> Duration { } pub fn default_min_batch_count() -> usize { - // Wait for at least 5 proofs before sending the tx to reduce TPS - 5 + 1 } pub fn default_max_batch_count() -> usize { - // 30 is the default minimal proof count per CU on the mainnet - 30 + 4 } pub fn default_max_proof_batch_size() -> usize { - // 128 is the average CU number on a single machine - 128 + 2 } pub fn default_epoch_end_window() -> Duration {