Skip to content

Commit

Permalink
reduce gossip msg size to 16 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbundalo committed Nov 5, 2024
1 parent dc7611a commit e70d767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
max_enqueued: "20000000"
is_london_fork_active: true
is_bridge_active: false
gossip_msg_size: "33554432"
gossip_msg_size: "16777216"
notification: false
secrets:
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
max_enqueued: "20000000"
is_london_fork_active: true
is_bridge_active: false
gossip_msg_size: "33554432"
gossip_msg_size: "16777216"
logs: true
build_blade_output: ${{ needs.ci.outputs.build_blade }}
lint_output: ${{ needs.ci.outputs.lint }}
Expand Down

0 comments on commit e70d767

Please sign in to comment.