Skip to content

Commit

Permalink
Increase rpc-max-{request|response}-size during testing
Browse files Browse the repository at this point in the history
b/c try-runtime is greedy
  • Loading branch information
atodorov committed Nov 1, 2023
1 parent 47ec490 commit 3d55087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ jobs:
--chain ${{ needs.setup.outputs.target_chain }} \
--validator --mining-key 5DkPYq8hFiCeGxFBkz6DAwnTrvKevAJfTYrzFtr9hpDsEAU1 \
--bootnodes "${{ needs.setup.outputs.boot_node }}" \
--rpc-max-request-size 100000 \
--rpc-max-response-size 100000 \
--rpc-max-request-size 200000 \
--rpc-max-response-size 200000 \
--prometheus-external \
--telemetry-url "wss://telemetry.creditcoin.network/submit/ 0" \
--base-path /mnt \
Expand Down

0 comments on commit 3d55087

Please sign in to comment.