diff --git a/server/config/toml.go b/server/config/toml.go index e99254381d27..8e97a4915296 100644 --- a/server/config/toml.go +++ b/server/config/toml.go @@ -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 }}