Skip to content

Commit dd27b2d

Browse files
committed
fix: aggregator ansible default values
1 parent 72e3db4 commit dd27b2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/ansible/playbooks/templates/config-files/config-aggregator.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ aggregator:
2727
enable_metrics: {{ enable_metrics }}
2828
metrics_ip_port_address: "{{ metrics_ip_port_address }}"
2929
telemetry_ip_port_address: "{{ telemetry_ip_port_address }}"
30-
garbage_collector_period: 2m #The period of the GC process. Suggested value for Prod: '168h' (7 days)
31-
garbage_collector_tasks_age: 20 #The age of tasks that will be removed by the GC, in blocks. Suggested value for prod: '216000' (30 days)
32-
garbage_collector_tasks_interval: 10 #The interval of queried blocks to get an old batch. Suggested value for prod: '900' (3 hours)
30+
garbage_collector_period: 168h #The period of the GC process. Suggested value for Prod: '168h' (7 days)
31+
garbage_collector_tasks_age: 216000 #The age of tasks that will be removed by the GC, in blocks. Suggested value for prod: '216000' (30 days)
32+
garbage_collector_tasks_interval: 900 #The interval of queried blocks to get an old batch. Suggested value for prod: '900' (3 hours)
3333
bls_service_task_timeout: 168h # The timeout of bls aggregation service tasks. Suggested value for prod '168h' (7 days)
3434
gas_base_bump_percentage: 25 # Percentage to overestimate gas price when sending a task
3535
gas_bump_incremental_percentage: 20 # An extra percentage to overestimate in each bump of respond to task. This is additive between tries

0 commit comments

Comments
 (0)