Skip to content

Commit

Permalink
chore: make default db backend PebbleDB
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Jun 4, 2024
1 parent e286af0 commit 7cb8993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nibid/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func customTendermintConfig() *tmcfg.Config {
cfg.Consensus.TimeoutPrecommitDelta = ms(500)
cfg.Consensus.TimeoutCommit = ms(1_000)

cfg.DBBackend = string(db.RocksDBBackend)
cfg.DBBackend = string(db.PebbleDBBackend)
return cfg
}

Expand Down

0 comments on commit 7cb8993

Please sign in to comment.