|
@@ -513,7 +513,7 @@ emqx_schema {
|
|
|
desc {
|
|
desc {
|
|
|
en: "Database management system used to store information about persistent sessions and messages.\n"
|
|
en: "Database management system used to store information about persistent sessions and messages.\n"
|
|
|
"- `builtin`: Use the embedded database (mria)"
|
|
"- `builtin`: Use the embedded database (mria)"
|
|
|
- zh: "数据库管理系统,用于存储有关持久性会话和消息的信息\n"
|
|
|
|
|
|
|
+ zh: "用于存储持久性会话和信息的数据库管理后端\n"
|
|
|
"- `builtin`: 使用内置的数据库(mria)"
|
|
"- `builtin`: 使用内置的数据库(mria)"
|
|
|
}
|
|
}
|
|
|
label: {
|
|
label: {
|
|
@@ -527,9 +527,9 @@ emqx_schema {
|
|
|
en: "Save information about the persistent sessions on disc.\n"
|
|
en: "Save information about the persistent sessions on disc.\n"
|
|
|
"If this option is enabled, persistent sessions will survive full restart of the cluster.\n"
|
|
"If this option is enabled, persistent sessions will survive full restart of the cluster.\n"
|
|
|
"Otherwise, all the data will be stored in RAM, and it will be lost when all the nodes in the cluster are stopped."
|
|
"Otherwise, all the data will be stored in RAM, and it will be lost when all the nodes in the cluster are stopped."
|
|
|
- zh: "在磁盘上保存关于持久化会话的信息。"
|
|
|
|
|
- "如果启用了这个选项,持久化会话将在集群完全重启后继续存在。"
|
|
|
|
|
- "否则,所有的数据都将存储在内存中,当集群中的所有节点都停止时,它就会丢失。"
|
|
|
|
|
|
|
+ zh: "将持久会话数据保存在磁盘上。如果为 false 则存储在内存中。\n"
|
|
|
|
|
+ "如开启, 持久会话数据可在集群重启后恢复。\n"
|
|
|
|
|
+ "如关闭, 数据仅存储在内存中, 则在整个集群停止后丢失。"
|
|
|
}
|
|
}
|
|
|
label: {
|
|
label: {
|
|
|
en: "Persist on disc"
|
|
en: "Persist on disc"
|
|
@@ -592,7 +592,7 @@ emqx_schema {
|
|
|
persistent_session_builtin_session_table {
|
|
persistent_session_builtin_session_table {
|
|
|
desc {
|
|
desc {
|
|
|
en: "Performance tuning options for built-in session table."
|
|
en: "Performance tuning options for built-in session table."
|
|
|
- zh: "优化内置会话表的配置。"
|
|
|
|
|
|
|
+ zh: "用于内建会话表的性能调优参数"
|
|
|
}
|
|
}
|
|
|
label: {
|
|
label: {
|
|
|
en: "Persistent session"
|
|
en: "Persistent session"
|
|
@@ -607,14 +607,14 @@ emqx_schema {
|
|
|
}
|
|
}
|
|
|
label: {
|
|
label: {
|
|
|
en: "Persistent session messages"
|
|
en: "Persistent session messages"
|
|
|
- zh: "持久化会话消息"
|
|
|
|
|
|
|
+ zh: "用于内建会话管理表的性能调优参数"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
persistent_session_builtin_messages_table {
|
|
persistent_session_builtin_messages_table {
|
|
|
desc {
|
|
desc {
|
|
|
en: "Performance tuning options for built-in messages table."
|
|
en: "Performance tuning options for built-in messages table."
|
|
|
- zh: "优化内置消息表配置。"
|
|
|
|
|
|
|
+ zh: "用于内建消息表的性能调优参数"
|
|
|
}
|
|
}
|
|
|
label: {
|
|
label: {
|
|
|
en: "Persistent messages"
|
|
en: "Persistent messages"
|