switch back to light sync mode for master nodes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1f7cca1d0d
commit
1eca0d7db0
|
@ -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")}}'
|
||||
|
|
Loading…
Reference in New Issue