From fa4ce64ff0dfd98e39ca0a628f3dff7425bb80dd Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Fri, 5 Apr 2024 08:47:03 +0200 Subject: [PATCH] experiment: half the payload --- node/tools/src/bin/localnet_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/tools/src/bin/localnet_config.rs b/node/tools/src/bin/localnet_config.rs index b39d2196..3e135657 100644 --- a/node/tools/src/bin/localnet_config.rs +++ b/node/tools/src/bin/localnet_config.rs @@ -73,7 +73,7 @@ fn main() -> anyhow::Result<()> { .metrics_server_port .map(|port| SocketAddr::new(Ipv4Addr::UNSPECIFIED.into(), port)), genesis: setup.genesis.clone(), - max_payload_size: 1000000, + max_payload_size: 500000, node_key: node_keys[i].clone(), validator_key: validator_keys.get(i).cloned(), gossip_dynamic_inbound_limit: peers,