nimbus.prater: configure resync for macos host
We're running out of disk space, this is a quick fix for now. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0187369fa6
commit
2caba20c3f
|
@ -16,3 +16,9 @@ nimbus_era_files_timer_frequency: 604800
|
|||
nimbus_era_files_timer_path: '/Users/nimbus/era'
|
||||
nimbus_era_files_db_path: '/Users/nimbus/beacon-node-{{ beacon_node_network }}-stable/data/db'
|
||||
nimbus_era_files_nclidb_path: '/Users/nimbus/beacon-node-{{ beacon_node_network }}-unstable/repo/build/ncli_db'
|
||||
|
||||
# Periodic resync to save space
|
||||
beacon_node_resync_enabled: true
|
||||
beacon_node_resync_timer_enabled: true
|
||||
beacon_node_resync_timer_frequency: '2592000' # monthly
|
||||
beacon_node_resync_timer_trusted_api_url: 'http://linux-01.he-eu-hel1.nimbus.prater.wg:9300/'
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
|
||||
- name: launchd-timer
|
||||
src: git@github.com:status-im/infra-role-launchd-timer.git
|
||||
version: d73da3f46608a3a6522e4de5ec51ef6be8e46f0d
|
||||
version: 12601d6ac260607b1949b6ea6e99f750a17350f0
|
||||
scm: git
|
||||
|
||||
- name: swap-file
|
||||
|
|
Loading…
Reference in New Issue