Skip to content

Commit

Permalink
Changed syncmode from fast to full
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharma committed Dec 2, 2021
1 parent d3010f4 commit cf900a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func DefaultConfig() *Config {
URL: "http://localhost:1317",
Without: false,
},
SyncMode: "fast",
SyncMode: "full",
GcMode: "full",
Snapshot: true,
TxPool: &TxPoolConfig{
Expand Down

0 comments on commit cf900a9

Please sign in to comment.