This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git
The following commit(s) were added to refs/heads/master by this push:
new be97ea6 # 2317 modify doc (#246)
be97ea6 is described below
commit be97ea64e46afbe62084436d28a7e24f819f9d3d
Author: zyl <[email protected]>
AuthorDate: Thu Sep 23 10:11:04 2021 +0800
# 2317 modify doc (#246)
---
.../zh_CN/docs/config-reference/rest-transport-client.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/java-chassis-reference/zh_CN/docs/config-reference/rest-transport-client.md
b/java-chassis-reference/zh_CN/docs/config-reference/rest-transport-client.md
index cda3642..c284ce2 100644
---
a/java-chassis-reference/zh_CN/docs/config-reference/rest-transport-client.md
+++
b/java-chassis-reference/zh_CN/docs/config-reference/rest-transport-client.md
@@ -25,7 +25,7 @@
|servicecomb.rest.client.verticle-count||[备注1](#note1)|[备注2](#note2)|
|servicecomb.rest.client.thread-count|废弃||同verticle-count|
|servicecomb.rest.client.connection.timeoutInMillis|2.0.2|1000|连接超时时间|
- |servicecomb.rest.client.connection.idleTimeoutInSeconds||60|HTTP 连接闲置超时时间|
+ |servicecomb.rest.client.connection.idleTimeoutInSeconds||30|HTTP 连接闲置超时时间|
|servicecomb.rest.client.connection.compression||false|是否启用压缩|
|servicecomb.rest.client.maxWaitQueueSize||-1|HTTP HTTP2 等待队列大小|
|servicecomb.rest.client.connection.maxPoolSize||5|HTTP 客户端连接池大小|