Browse Source

disable indexer by default

pull/1550/head
Anton Kaliaev 6 years ago
parent
commit
0d93424c6a
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/config.go

+ 1
- 1
config/config.go View File

@ -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,
}


Loading…
Cancel
Save