Skip to content

Commit

Permalink
Merge pull request #1970 from planetarium/feature/arena-sync-off
Browse files Browse the repository at this point in the history
Turn off arena sync
  • Loading branch information
sky1045 authored Aug 27, 2024
2 parents 2aa9693 + a8071c9 commit 7186a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 9c-main/multiplanetary/network/9c-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ remoteHeadless:

extraArgs:
- --tx-quota-per-signer=1
- --arena-participants-sync-interval=4000
- --arena-participants-sync=false

nodeSelector:
eks.amazonaws.com/nodegroup: 9c-main-m7g_2xl_2c_test
Expand Down
2 changes: 1 addition & 1 deletion 9c-main/multiplanetary/network/heimdall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ remoteHeadless:

extraArgs:
- --tx-quota-per-signer=1
- --arena-participants-sync-interval=4000
- --arena-participants-sync=false

nodeSelector:
eks.amazonaws.com/nodegroup: heimdall-r7g_2xl_2c_test
Expand Down

0 comments on commit 7186a87

Please sign in to comment.