Skip to content

Commit

Permalink
Merge PR #1948: enable indexing of all tags by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio authored and cwgoes committed Aug 10, 2018
1 parent ac26d33 commit 831435c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ IMPROVEMENTS
* [tests] \#1806 CLI tests are now behind the build flag 'cli_test', so go test works on a new repo
* [x/gov] Initial governance parameters can now be set in the genesis file
* [x/stake] \#1815 Sped up the processing of `EditValidator` txs.
* [server] \#1930 Transactions indexer indexes all tags by default.

BUG FIXES
* \#1666 Add intra-tx counter to the genesis validators
Expand Down
1 change: 1 addition & 0 deletions server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func interceptLoadConfig() (conf *cfg.Config, err error) {
conf.ProfListenAddress = "localhost:6060"
conf.P2P.RecvRate = 5120000
conf.P2P.SendRate = 5120000
conf.TxIndex.IndexAllTags = true
conf.Consensus.TimeoutCommit = 5000
cfg.WriteConfigFile(configFilePath, conf)
// Fall through, just so that its parsed into memory.
Expand Down

0 comments on commit 831435c

Please sign in to comment.