mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 06:33:16 +00:00
disable indexer by default
This commit is contained in:
@@ -515,7 +515,7 @@ type TxIndexConfig struct {
|
||||
// DefaultTxIndexConfig returns a default configuration for the transaction indexer.
|
||||
func DefaultTxIndexConfig() *TxIndexConfig {
|
||||
return &TxIndexConfig{
|
||||
Indexer: "kv",
|
||||
Indexer: "null",
|
||||
IndexTags: "",
|
||||
IndexAllTags: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user