File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
infra/ansible/playbooks/templates/config-files Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments