mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +00:00
eth/ethconfig: flip the default from fast to snap sync
This commit is contained in:
parent
08ea52e77a
commit
9aaa4208a8
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ var LightClientGPO = gasprice.Config{
|
||||||
|
|
||||||
// Defaults contains default settings for use on the Ethereum main net.
|
// Defaults contains default settings for use on the Ethereum main net.
|
||||||
var Defaults = Config{
|
var Defaults = Config{
|
||||||
SyncMode: downloader.FastSync,
|
SyncMode: downloader.SnapSync,
|
||||||
Ethash: ethash.Config{
|
Ethash: ethash.Config{
|
||||||
CacheDir: "ethash",
|
CacheDir: "ethash",
|
||||||
CachesInMem: 2,
|
CachesInMem: 2,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue