We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dcb5f commit b32b82cCopy full SHA for b32b82c
2 files changed
infra/ansible/playbooks/aggregator.yaml
@@ -38,7 +38,7 @@
38
git:
39
repo: https://github.com/yetanotherco/aligned_layer.git
40
dest: /home/{{ ansible_user }}/repos/{{ service }}/aligned_layer
41
- version: 2075-feat-hoodi-deployment
+ version: v0.20.0
42
loop:
43
- aggregator
44
infra/ansible/playbooks/templates/config-files/config-aggregator.yaml.j2
@@ -38,3 +38,4 @@ aggregator:
# The Gas formula is percentage (gas_base_bump_percentage + gas_bump_incremental_percentage * i) / 100) is checked against this value
# If it is higher, it will default to `gas_bump_percentage_limit`
time_to_wait_before_bump: 72s # The time to wait for the receipt when responding to task. Suggested value 72 seconds (6 blocks)
+ poll_latest_batch_interval: 20s # The interval to poll for latest batches. Default: 20s
0 commit comments