Skip to content

Commit

Permalink
fix(settings): update desc for process_alarm_top_n
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Jan 15, 2025
1 parent 80d5f47 commit 985de0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ export default {
For the other configuration items, you can still modify with the configuration file and these changes will take effect after EMQX restarts.`,
},
process_alarm_top_n: {
zh: `当触发告警时,在告警信息中包含前 N 个消息队列长度最长的进程,默认值为 5。`,
en: `When an alarm is triggered, the top N processes with the longest message queue length are included in the alarm information, the default value is 5.`,
zh: `当触发告警时,在告警中附带前 N 个消息队列长度最长且不为 0 的进程信息。默认值为 5。`,
en: `When an alarm is triggered, include the information of the top N processes with the longest non-zero message queues in the alarm. The default value is 5.`,
},
process_long_msgq: {
zh: `当 EMQX 中有进程的邮箱超过此长度时触发告警,默认值为 80。`,
Expand Down

0 comments on commit 985de0f

Please sign in to comment.