mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
config: add rocksdb as a db backend option (#4239)
Closes #3831 The support for rocksdb was added a while back in https://github.com/tendermint/tm-db/pull/12. This commit merely updates the documentation.
This commit is contained in:
@@ -85,7 +85,7 @@ func AddNodeFlags(cmd *cobra.Command) {
|
||||
cmd.Flags().String(
|
||||
"db_backend",
|
||||
config.DBBackend,
|
||||
"Database backend: goleveldb | cleveldb | boltdb")
|
||||
"Database backend: goleveldb | cleveldb | boltdb | rocksdb")
|
||||
cmd.Flags().String(
|
||||
"db_dir",
|
||||
config.DBPath,
|
||||
|
||||
Reference in New Issue
Block a user