Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Jun 18, 2024
1 parent 67e8dff commit 59c579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ iavl-lazy-loading = {{ .BaseConfig.IAVLLazyLoading }}
# The fallback is the db_backend value set in Tendermint's config.toml.
app-db-backend = "{{ .BaseConfig.AppDBBackend }}"
# Maximum event size in bytes that is stored in the block results. 0 means no limit
# Maximum event size in bytes that is stored in the block results. 0 means no limit.
# If an attribute of an event is larger than the max size, the attribute will be replaced with a placeholder.
max-event-size = {{ .BaseConfig.MaxEventSize }}
Expand Down

0 comments on commit 59c579b

Please sign in to comment.