Skip to content

Commit

Permalink
feat(Entrypoint): update rpc-max-response-size (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
deblanco authored Nov 16, 2023
1 parent 600825a commit a4d6194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/client/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ -n "$SEED" ]; then
--key-type gran
fi

START_COMMAND="./target/release/stability --base-path /tmp/node --validator --unsafe-rpc-external --rpc-cors all --rpc-port 9933 --prometheus-external --chain=$CHAIN_TARGET"
START_COMMAND="./target/release/stability --base-path /tmp/node --validator --unsafe-rpc-external --rpc-cors all --rpc-port 9933 --prometheus-external --chain=$CHAIN_TARGET --rpc-max-response-size 100"

if [ "$MODE" = "archive" ]; then
START_COMMAND="$START_COMMAND --pruning archive"
Expand Down

0 comments on commit a4d6194

Please sign in to comment.