mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-14 22:58:23 +00:00
Changes to default runtime config have caused errors like this: ``` FAT Could not load head state, database corrupt? tid=3639597 file=blockchain_dag.nim:920 head=e7d4f3b7:4636671 tail=4d611d5b:0 genesis=4d611d5b:0 ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
17 lines
585 B
YAML
17 lines
585 B
YAML
---
|
|
nimbus_era_files_timer_name: 'nimbus-era-files-update'
|
|
nimbus_era_files_timer_enabled: true
|
|
nimbus_era_files_timer_path: '/data/era'
|
|
nimbus_era_files_timer_user: 'nimbus'
|
|
nimbus_era_files_timer_group: 'staff'
|
|
nimbus_era_files_timer_frequency: 'weekly'
|
|
nimbus_era_files_timer_timeout_sec: 82800
|
|
nimbus_era_files_timer_random_delay_sec: '{{ 60 * 60 * 12 }}'
|
|
nimbus_era_files_timer_ionice_class: 'idle'
|
|
nimbus_era_files_timer_script: '{{ nimbus_era_files_timer_path }}/update.sh'
|
|
|
|
# Mandatory
|
|
#nimbus_era_files_nclidb_path: ~
|
|
#nimbus_era_files_db_path: ~
|
|
#nimbus_era_files_network: ~
|