Skip to content

Commit

Permalink
chore: fix typo and add more description
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue committed Oct 26, 2022
1 parent fb991d0 commit ad02b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ index-events = {{ .BaseConfig.IndexEvents }}
# It works when tendermint's prometheus option (config.toml) is set to true.
prometheus = {{ .BaseConfig.Prometheus }}
# ChanCheckTxSize is he size of RequestCheckTxAsync of BaseApp
# ChanCheckTxSize should be equals to or greater than the mempool size.
# ChanCheckTxSize is the size of RequestCheckTxAsync of BaseApp.
# ChanCheckTxSize should be equals to or greater than the mempool size set in config.toml of Ostracon.
chan-check-tx-size = {{ .BaseConfig.ChanCheckTxSize }}
###############################################################################
Expand Down

0 comments on commit ad02b57

Please sign in to comment.