From 59c579b481e963574001e09fd898b6d9b404c25e Mon Sep 17 00:00:00 2001 From: Adam Tucker Date: Mon, 17 Jun 2024 18:07:53 -0600 Subject: [PATCH] lint --- server/config/toml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}