From b57b964083c54cc46e4f920f768dea67e2e157e6 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 13 Apr 2023 11:15:19 +0800 Subject: [PATCH 1/2] chore(i18n): improve config desc --- rel/i18n/emqx_conf_schema.hocon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/i18n/emqx_conf_schema.hocon b/rel/i18n/emqx_conf_schema.hocon index 2f0c6b938..e9f9c1211 100644 --- a/rel/i18n/emqx_conf_schema.hocon +++ b/rel/i18n/emqx_conf_schema.hocon @@ -1190,11 +1190,11 @@ To flush events, the handler discards the buffered log messages without logging. log_overload_kill_restart_after { desc { en: """The handler restarts automatically after a delay in the event of termination, unless the value `infinity` is set, which blocks any subsequent restarts.""" - zh: """如果处理进程终止,它会在以指定的时间后后自动重新启动。 `infinity` 不自动重启。""" + zh: """处理进程停止后,会在该延迟时间后自动重新启动。除非该值设置为 infinity,这表示永不重新启动。""" } label { en: "Handler Restart Timer" - zh: "处理进程重启机制" + zh: "处理进程重启延迟" } } From 993be31998615da3ef005809b347f48fae6bb4ee Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 13 Apr 2023 18:12:17 +0800 Subject: [PATCH 2/2] chore: update rel/i18n/emqx_conf_schema.hocon Co-authored-by: LenaLenaPan <120552185+LenaLenaPan@users.noreply.github.com> --- rel/i18n/emqx_conf_schema.hocon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/i18n/emqx_conf_schema.hocon b/rel/i18n/emqx_conf_schema.hocon index e9f9c1211..b252353f8 100644 --- a/rel/i18n/emqx_conf_schema.hocon +++ b/rel/i18n/emqx_conf_schema.hocon @@ -1190,7 +1190,7 @@ To flush events, the handler discards the buffered log messages without logging. log_overload_kill_restart_after { desc { en: """The handler restarts automatically after a delay in the event of termination, unless the value `infinity` is set, which blocks any subsequent restarts.""" - zh: """处理进程停止后,会在该延迟时间后自动重新启动。除非该值设置为 infinity,这表示永不重新启动。""" + zh: """处理进程停止后,会在该延迟时间后自动重新启动。除非该值设置为 infinity,这会阻止任何后续的重启。""" } label { en: "Handler Restart Timer"