This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 401439c7bc Update config-connections.md (#2567)
401439c7bc is described below
commit 401439c7bcbd2bb50c07a8b82c116a5ee9dfb01b
Author: mfordjody <[email protected]>
AuthorDate: Fri May 5 21:10:23 2023 +0800
Update config-connections.md (#2567)
---
content/zh-cn/docsv2.7/user/examples/config-connections.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/zh-cn/docsv2.7/user/examples/config-connections.md
b/content/zh-cn/docsv2.7/user/examples/config-connections.md
index af8331c80a..1058b7ce68 100644
--- a/content/zh-cn/docsv2.7/user/examples/config-connections.md
+++ b/content/zh-cn/docsv2.7/user/examples/config-connections.md
@@ -10,6 +10,7 @@ weight: 29
## 背景
+连接控制功能可以使用户能够控制和管理进出服务器连接数,限制连接数并设置超时,以确保 Dubbo 系统的稳定性和性能,还允许用户根据 IP
地址、端口和协议配置不同级别的访问控制,保护系统免受恶意流量的影响,并降低服务中断的风险,此外提供了一种监视当前流量和连接状态的方法
## 示例
### 服务端连接控制
@@ -43,4 +44,4 @@ weight: 29
如果 `<dubbo:service>` 和 `<dubbo:reference>` 都配了 connections,`<dubbo:reference>`
优先,参见:[配置的覆盖策略](../../configuration/xml)
[^1]: 因为连接在 Server上,所以配置在 Provider 上
-[^2]: 如果是长连接,比如 Dubbo 协议,connections 表示该服务对每个提供者建立的长连接数
\ No newline at end of file
+[^2]: 如果是长连接,比如 Dubbo 协议,connections 表示该服务对每个提供者建立的长连接数