Changed syncmode from fast to full

This commit is contained in:
Shivam Sharma 2021-12-02 17:18:19 +05:30
parent d3010f49bd
commit cf900a96a7

View file

@ -393,7 +393,7 @@ func DefaultConfig() *Config {
URL: "http://localhost:1317",
Without: false,
},
SyncMode: "fast",
SyncMode: "full",
GcMode: "full",
Snapshot: true,
TxPool: &TxPoolConfig{