forked from cerc-io/plugeth
Merge pull request #22973 from karalabe/the-switch
eth/ethconfig: flip the default from fast to snap sync
This commit is contained in:
commit
7760a60794
@ -57,7 +57,7 @@ var LightClientGPO = gasprice.Config{
|
||||
|
||||
// Defaults contains default settings for use on the Ethereum main net.
|
||||
var Defaults = Config{
|
||||
SyncMode: downloader.FastSync,
|
||||
SyncMode: downloader.SnapSync,
|
||||
Ethash: ethash.Config{
|
||||
CacheDir: "ethash",
|
||||
CachesInMem: 2,
|
||||
|
Loading…
Reference in New Issue
Block a user