Skip to content

Commit 885180e

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 e6bae78 commit 885180e

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
@@ -518,7 +518,7 @@ pub(crate) fn realistic_env_max_load_encrypted_test(duration: Duration) -> Forge
518518
let num_validators = 5;
519519
let num_fullnodes = 1;
520520
let num_pfns = 3;
521-
let mempool_backlog = 8000;
521+
let mempool_backlog = 4000;
522522

523523
let success_criteria = SuccessCriteria::new(15)
524524
.add_no_restarts()

0 commit comments

Comments
 (0)