Skip to content

Commit

Permalink
refactor: change sync mode to snap on all Geth nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Aug 28, 2024
1 parent 6583739 commit 81003d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
public_ip: 0.0.0.0
net_restrict: 0.0.0.0/0
type: bootnode
sync_mode: snap

mev_commit_geth_signer_node1: &mev_commit_geth_signer_node1_job
name: mev-commit-geth-signer-node1
Expand All @@ -80,6 +81,7 @@ jobs:
ip: 0.0.0.0
net_restrict: 0.0.0.0/0
type: signer
sync_mode: snap

mev_commit_geth_member_node: &mev_commit_geth_member_node_job
name: mev-commit-geth-member-node
Expand Down

0 comments on commit 81003d0

Please sign in to comment.