Skip to content

Commit

Permalink
Mempool backlog to 160k
Browse files Browse the repository at this point in the history
  • Loading branch information
sitalkedia committed Jan 24, 2024
1 parent d56d2ff commit c4da1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1850,7 +1850,7 @@ fn realistic_network_tuned_for_throughput_test() -> ForgeConfig {
.with_initial_validator_count(NonZeroUsize::new(VALIDATOR_COUNT).unwrap())
.add_network_test(MultiRegionNetworkEmulationTest::default())
.with_emit_job(EmitJobRequest::default().mode(EmitJobMode::MaxLoad {
mempool_backlog: 170_000,
mempool_backlog: 160_000,
}))
.with_validator_override_node_config_fn(Arc::new(|config, _| {
// Increase the state sync chunk sizes (consensus blocks are much larger than 1k)
Expand Down

0 comments on commit c4da1d7

Please sign in to comment.