From 7f932d64be4a93cfc6b7cc6f82f17c12e6cae5d1 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Wed, 3 Aug 2022 09:37:27 -0300 Subject: [PATCH] docs: adjust descriptions Co-authored-by: Zaiming (Stone) Shi --- apps/emqx/i18n/emqx_schema_i18n.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/emqx/i18n/emqx_schema_i18n.conf b/apps/emqx/i18n/emqx_schema_i18n.conf index 63667dd22..1fc91c9cd 100644 --- a/apps/emqx/i18n/emqx_schema_i18n.conf +++ b/apps/emqx/i18n/emqx_schema_i18n.conf @@ -1844,11 +1844,11 @@ Maximum time duration allowed for the handshake to complete server_ssl_opts_schema_gc_after_handshake { desc { en: """ -Performance tuning. If enabled, will immediately perform a GC after -the TLS/SSL handshake is established. +Memory usage tuning. If enabled, will immediately perform a garbage collection after +the TLS/SSL handshake. """ zh: """ -性能调整。 如果启用,将在TLS/SSL握手建立后立即执行GC。 +内存使用调优。如果启用,将在TLS/SSL握手完成后立即执行垃圾回收。 TLS/SSL握手建立后立即进行GC。 """ }