From 0c17b31fffc53b98a4f9cc53761c9b81cfe7ae8f Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Sun, 6 Aug 2023 14:18:08 +0200 Subject: [PATCH] fix(i18n): i18n file styles --- rel/i18n/emqx_conf_schema.hocon | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/rel/i18n/emqx_conf_schema.hocon b/rel/i18n/emqx_conf_schema.hocon index 46d2817ca..442df1fa8 100644 --- a/rel/i18n/emqx_conf_schema.hocon +++ b/rel/i18n/emqx_conf_schema.hocon @@ -779,8 +779,7 @@ db_shard_transports.label: node_broker_pool_size.desc: """The number of workers in emqx_broker pool. Increasing this value may improve performance by enhancing parallelism, especially when EMQX cluster interconnect network latency is high. -Defaults to the number of Erlang schedulers (CPU cores) * 2. -""" +Defaults to the number of Erlang schedulers (CPU cores) * 2.""" node_broker_pool_size.label: """Node Broker Pool Size""" @@ -788,8 +787,7 @@ node_broker_pool_size.label: node_generic_pool_size.desc: """The number of workers in emqx_pool. Increasing this value may improve performance by enhancing parallelism, especially when EMQX cluster interconnect network latency is high. -Defaults to the number of Erlang schedulers (CPU cores). -""" +Defaults to the number of Erlang schedulers (CPU cores).""" node_generic_pool_size.label: """Node Generic Pool Size""" @@ -798,8 +796,7 @@ node_channel_cleanup_batch_size.desc: """The size of the channel cleanup batch. if EMQX cluster interconnect network latency is high, reducing this value together with increasing node.generic_pool_size may improve performance during an abrupt disconnect of a large numbers of clients. -Defaults to 100000. -""" +Defaults to 100000.""" node_channel_cleanup_batch_size.label: """Node Channel Cleanup Batch Size"""