Files
ansible-en-role/templates/consensus_config.yaml.j2
Igor Borodin 5d8aaa769d
Some checks failed
Release / Release (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Ansible lint (push) Has been cancelled
feat!: Expose consensus debug port, restart EN on config file change (#42)
## What 

Subj

## Why 

QoL

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Documentation comments have been added / updated.
2025-04-25 16:54:26 +02:00

14 lines
365 B
Django/Jinja

server_addr: '0.0.0.0:3054'
public_addr: '{{ ansible_default_ipv4.address }}:{{ consensus_port }}'
max_payload_size: 5000000
gossip_dynamic_inbound_limit: 200
{% if enable_consensus_debug_port %}
debug_page_addr: "0.0.0.0:{{ consensus_debug_port }}"
{% endif %}
rpc_config:
get_block_rate:
burst: 5
refresh: # 0.2s
seconds: 0
nanos: 200000000