We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a28deb commit 71e8d7eCopy full SHA for 71e8d7e
ansible/group_vars/nimbus.hoodi.yml
@@ -86,7 +86,7 @@ beacon_node_network: 'hoodi'
86
beacon_node_repo_branch: '{{ node_name_to_branch_map.get(node.branch, node.branch) }}'
87
# Tuning
88
beacon_node_history_retention: '{{ "archive" if node.get("public_api") else node.get("history", "prune") }}'
89
-beacon_node_extra_flags: '{{ node.extra_flags if node.extra_flags is defined else {} }}'
+beacon_node_extra_flags: '{{ {"local-block-value-boost": 0} if node.get("payload_builder", false) else {} }}'
90
beacon_node_doppelganger_detection: true
91
beacon_node_suggested_gas_limit: 60000000
92
# We map short names to branches to avoid too long service names.
0 commit comments