Skip to content

Commit 8c8e66b

Browse files
committed
Fix syling and typo
1 parent 1f6f11c commit 8c8e66b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en_US/multi-tenancy/namespace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ With these two methods, you can choose the most appropriate way to create namesp
5757

5858
## Quick Start: Configure Rate Limiter per Namespace
5959

60-
You can configure per-namespace rate limiters to control traffic and message flow for specific client groups. These limiters work in conjunction with EMQX's existing rate-limiting existing rate limiters for zones and listeners, depending on the type of limiter configured.
60+
You can configure per-namespace rate limiters to control traffic and message flow for specific client groups. These limiters work in conjunction with EMQX's existing rate limiters for zones and listeners, depending on the type of limiter configured.
6161

6262
### Limiter Types
6363

zh_CN/multi-tenancy/namespace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ PUT /mt/ns/ns1/config
209209
- **数据发布速率**:用于限制单个客户端每秒可发送给 EMQX 的字节数,可以对数据发布流量进行控制。
210210
- **数据发布突发速率**:允许在突发情况下额外发送的字节数。
211211
- **消息发布速率**:用于限制单个客户端每秒可发送给 EMQX 的最大消息数,以避免单个客户端占用过多的计算资源。
212-
- **消息发布突发速率**允许在突发情况下额外发送给 EMQX 的最大消息数。
212+
- **消息发布突发速率**允许在突发情况下额外发送给 EMQX 的最大消息数。
213213

214214
3. 完成设置后,点击**创建**。您将看到新创建的命名空间出现在列表中。
215215

0 commit comments

Comments
 (0)