eth: make fast sync the default mode

This commit is contained in:
Felix Lange 2017-04-12 01:20:04 +02:00
parent 9d097d83d6
commit 342898fdd7

View file

@ -33,7 +33,7 @@ import (
// DefaultConfig contains default settings for use on the Ethereum main net.
var DefaultConfig = Config{
SyncMode: downloader.FullSync,
SyncMode: downloader.FastSync,
EthashCachesInMem: 2,
EthashCachesOnDisk: 3,
EthashDatasetsInMem: 1,