switch back to light sync mode for master nodes

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-12 16:23:17 +02:00
parent 1f7cca1d0d
commit 1eca0d7db0
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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")}}'