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 fe591b850b6 docs: change Repeating fields [connections] (#2867)
fe591b850b6 is described below
commit fe591b850b6656f24b6379cee9e13014a6cb91d6
Author: baerwang <[email protected]>
AuthorDate: Wed Nov 22 14:46:22 2023 +0800
docs: change Repeating fields [connections] (#2867)
---
.../overview/mannual/java-sdk/reference-manual/config/properties.md | 1 -
1 file changed, 1 deletion(-)
diff --git
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties.md
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties.md
index aed5a1cabd2..576d02caf9c 100644
---
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties.md
+++
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties.md
@@ -127,7 +127,6 @@ weight: 6
| owner | owner | string | 可选 | | 服务治理 | 调用服务负责人,用于服务治理,请填写负责人公司邮箱前缀 |
2.0.5以上版本 |
| actives | actives | int | 可选 | 0 | 性能调优 | 每服务消费者每服务每方法最大并发调用数 | 2.0.5以上版本 |
| cluster | cluster | string | 可选 | failover | 性能调优 |
集群方式,可选:failover/failfast/failsafe/failback/forking/available/mergeable(2.1.0以上版本)/broadcast(2.1.0以上版本)/zone-aware(2.7.5以上版本)
| 2.0.5以上版本 |
-| connections | connections | int | 可选 | 100 | 性能调优 |
对每个提供者的最大连接数,rmi、http、hessian等短连接协议表示限制连接数,dubbo等长连接协表示建立的长连接个数 | 2.0.0以上版本 |
| filter | reference.filter | string | 可选 | default | 性能调优 |
服务消费方远程调用过程拦截器名称,多个名称用逗号分隔 | 2.0.5以上版本 |
| listener | invoker.listener | string | 可选 | default | 性能调优 |
服务消费方引用服务监听器名称,多个名称用逗号分隔 | 2.0.5以上版本 |
| layer | layer | string | 可选 | | 服务治理 |
服务调用者所在的分层。如:biz、dao、intl:web、china:acton。 | 2.0.7以上版本 |