From 1eca0d7db081db3c07b87d6a46627a66e17914f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sun, 12 May 2019 16:23:17 +0200 Subject: [PATCH] switch back to light sync mode for master nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/faucet-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/faucet-master.yml b/ansible/group_vars/faucet-master.yml index a201244..bd821c5 100644 --- a/ansible/group_vars/faucet-master.yml +++ b/ansible/group_vars/faucet-master.yml @@ -11,7 +11,7 @@ geth_network_name: '{{ faucet_network }}' geth_rpc_port: '{{ faucet_geth_cont_rpc_port }}' geth_cont_name: '{{ faucet_geth_cont_name }}' geth_extra_alias: '{{ faucet_geth_cont_alias }}' -geth_sync_mode: full +geth_sync_mode: light geth_log_level_name: info geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'