Skip to content

Commit dea3dd8

Browse files
ibalajiarunclaude
andcommitted
[forge] reduce encrypted max-load backlog to 4000
Backlog 8000 overran the chain's saturation point (~960 TPS at 100 validators) and triggered an unrecoverable expiration cascade. 4000 sits right at the saturation knee with stable commit throughput. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e6a4ea1 commit dea3dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsuite/forge-cli/src/suites/realistic_environment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ pub(crate) fn realistic_env_max_load_encrypted_test(duration: Duration) -> Forge
521521
let num_validators = 5;
522522
let num_fullnodes = 1;
523523
let num_pfns = 3;
524-
let mempool_backlog = 8000;
524+
let mempool_backlog = 4000;
525525

526526
let success_criteria = SuccessCriteria::new(15)
527527
.add_no_restarts()

0 commit comments

Comments
 (0)