Skip to content

Commit

Permalink
eth/ethconfig: make full sync the default sync mode
Browse files Browse the repository at this point in the history
Make full sync the default sync mode until we thoroughly test the snap sync.
  • Loading branch information
minh-bq committed May 8, 2024
1 parent 10592de commit 8acf4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var LightClientGPO = gasprice.Config{

// Defaults contains default settings for use on the Ethereum main net.
var Defaults = Config{
SyncMode: downloader.SnapSync,
SyncMode: downloader.FullSync,
Ethash: ethash.Config{
CacheDir: "ethash",
CachesInMem: 2,
Expand Down

0 comments on commit 8acf4c5

Please sign in to comment.