mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 00:13:46 +00:00
Changed syncmode from fast to full
This commit is contained in:
parent
d3010f49bd
commit
cf900a96a7
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ func DefaultConfig() *Config {
|
||||||
URL: "http://localhost:1317",
|
URL: "http://localhost:1317",
|
||||||
Without: false,
|
Without: false,
|
||||||
},
|
},
|
||||||
SyncMode: "fast",
|
SyncMode: "full",
|
||||||
GcMode: "full",
|
GcMode: "full",
|
||||||
Snapshot: true,
|
Snapshot: true,
|
||||||
TxPool: &TxPoolConfig{
|
TxPool: &TxPoolConfig{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue