nimbus-geth-ropsten: switch Geth to snap sync
Full sync is just too slow and will not finish in time. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e163284f9b
commit
6a2a801190
|
@ -5,7 +5,7 @@ swap_file_size_mb: 4096
|
|||
# Geth node
|
||||
geth_service_name: 'nimbus-ropsten'
|
||||
geth_network_name: 'ropsten'
|
||||
geth_sync_mode: 'full'
|
||||
geth_sync_mode: 'snap'
|
||||
geth_log_level_name: info
|
||||
geth_websocket_enabled: true
|
||||
# Geth auth
|
||||
|
|
Loading…
Reference in New Issue