From 0cdb2d6e027dfd02bb36e83c85dc0ac2a510d7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 21 Aug 2023 19:47:12 +0200 Subject: [PATCH] macos-01.nimbus.prater: disable resync timer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub SokoĊ‚owski --- ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml b/ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml index c10ababc..5e1deedd 100644 --- a/ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml +++ b/ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml @@ -22,6 +22,6 @@ nimbus_era_files_nclidb_path: '/Users/nimbus/beacon-node-{{ beacon_node_network # Periodic resync to save space beacon_node_resync_enabled: true -beacon_node_resync_timer_enabled: true +beacon_node_resync_timer_enabled: false beacon_node_resync_timer_frequency: '2592000' # monthly beacon_node_resync_timer_trusted_api_url: 'http://linux-01.he-eu-hel1.nimbus.prater.wg:9300/'