good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit b6333827 authored by SHIVAM SHARMA's avatar SHIVAM SHARMA Committed by GitHub
Browse files

Merge pull request #250 from maticnetwork/shivam/newCLI-syncmode

Changed syncmode from fast to full
parents d3010f49 cf900a96
No related merge requests found
...@@ -393,7 +393,7 @@ func DefaultConfig() *Config { ...@@ -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{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment