Skip to content

Commit

Permalink
feat: adding larger response size to testing nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Supremesource committed Dec 5, 2024
1 parent 97ade32 commit 778adcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xtask/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ mod ops {
"--port", node.tcp_port.to_string(),
"--rpc-port", node.rpc_port.to_string(),
"--allow-private-ipv4",
"--discover-local"
"--discover-local",
"--rpc-max-response-size 100"
);

if local_seal {
Expand Down

0 comments on commit 778adcb

Please sign in to comment.