未验证 提交 7760a607 编写于 作者: P Péter Szilágyi 提交者: GitHub

Merge pull request #22973 from karalabe/the-switch

eth/ethconfig: flip the default from fast to snap sync
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册