Skip to content

Commit

Permalink
experiment: half the payload
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Apr 5, 2024
1 parent 9cfe4f4 commit fa4ce64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tools/src/bin/localnet_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa4ce64

Please sign in to comment.