mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
eth: make fast sync the default mode
This commit is contained in:
parent
9d097d83d6
commit
342898fdd7
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ import (
|
||||||
|
|
||||||
// DefaultConfig contains default settings for use on the Ethereum main net.
|
// DefaultConfig contains default settings for use on the Ethereum main net.
|
||||||
var DefaultConfig = Config{
|
var DefaultConfig = Config{
|
||||||
SyncMode: downloader.FullSync,
|
SyncMode: downloader.FastSync,
|
||||||
EthashCachesInMem: 2,
|
EthashCachesInMem: 2,
|
||||||
EthashCachesOnDisk: 3,
|
EthashCachesOnDisk: 3,
|
||||||
EthashDatasetsInMem: 1,
|
EthashDatasetsInMem: 1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue