Skip to content

Commit

Permalink
bump max peer values
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 7, 2024
1 parent 2a48dd5 commit 2eb2e2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/bootnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ teku_container_volumes:
teku_container_command_extra_args:
- --network=/network-config/config.yaml
- --initial-state=/network-config/genesis.ssz
- --p2p-peer-upper-bound=100
- --p2p-peer-upper-bound=200
- --data-storage-non-canonical-blocks-enabled=true
- --data-storage-mode=ARCHIVE
- --logging=info
Expand Down
1 change: 1 addition & 0 deletions ansible/inventories/devnet-0/group_vars/lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ lighthouse_container_command_extra_args:
- --testnet-dir=/network-config
- --boot-nodes={{ ethereum_cl_bootnodes | join(',') }}
- --allow-insecure-genesis-sync
- --target-peers=200
lighthouse_validator_container_volumes:
- "{{ lighthouse_validator_datadir }}:/validator-data"
- "{{ eth_testnet_config_dir }}:/network-config:ro"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/teku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ teku_container_command_extra_args:
- --network=/network-config/config.yaml
- --genesis-state=/network-config/genesis.ssz
- --p2p-discovery-bootnodes={{ ethereum_cl_bootnodes | join(',') }}
- --p2p-peer-upper-bound=100
- --p2p-peer-upper-bound=200
- --data-storage-non-canonical-blocks-enabled=true
- --data-storage-mode=PRUNE
- --validators-graffiti={{ ansible_hostname }}
Expand Down

0 comments on commit 2eb2e2c

Please sign in to comment.