You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/08/15 10:55:33 UTC

[GitHub] WillemJiang closed pull request #31: add servicecomb.rest.server.connection-limit in rest-over-vertx

WillemJiang closed pull request #31: add servicecomb.rest.server.connection-limit in rest-over-vertx
URL: https://github.com/apache/incubator-servicecomb-docs/pull/31
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/java-chassis-reference/en_US/build-provider/protocol/rest-over-vertx.md b/java-chassis-reference/en_US/build-provider/protocol/rest-over-vertx.md
index c5cd6d3..56dbfe6 100644
--- a/java-chassis-reference/en_US/build-provider/protocol/rest-over-vertx.md
+++ b/java-chassis-reference/en_US/build-provider/protocol/rest-over-vertx.md
@@ -28,6 +28,7 @@ REST over Vertx通道在microservice.yaml文件中有以下配置项:
 | :--- | :--- | :--- | :--- | :--- | :--- |
 | servicecomb.rest.address | 0.0.0.0:8080 | - | 否 | 服务监听地址 | 仅服务提供者需要配置 |
 | servicecomb.rest.server.thread-count | 1 | - | 否 | 服务端线程数 | 仅服务提供者需要配置 |
+| servicecomb.rest.server.connection-limit | Integer.MAX_VALUE | - | 否 | 允许客户端最大连接数 | 仅服务提供者需要配置 |
 | servicecomb.rest.server.connection.idleTimeoutInSeconds | 60 | - | 否 | 服务端连接闲置超时时间 | 闲置连接会被回收 |
 | servicecomb.rest.client.thread-count | 1 | - | 否 | 客户端网络线程数 | 仅服务消费者需要配置 |
 | servicecomb.rest.client.connection.maxPoolSize | 5 | - | 否 | 每个连接池的最大连接数 | 连接数=网络线程数\*连接池个数\*连接池连接数 |
diff --git a/java-chassis-reference/zh_CN/build-provider/protocol/rest-over-vertx.md b/java-chassis-reference/zh_CN/build-provider/protocol/rest-over-vertx.md
index c5cd6d3..56dbfe6 100644
--- a/java-chassis-reference/zh_CN/build-provider/protocol/rest-over-vertx.md
+++ b/java-chassis-reference/zh_CN/build-provider/protocol/rest-over-vertx.md
@@ -28,6 +28,7 @@ REST over Vertx通道在microservice.yaml文件中有以下配置项:
 | :--- | :--- | :--- | :--- | :--- | :--- |
 | servicecomb.rest.address | 0.0.0.0:8080 | - | 否 | 服务监听地址 | 仅服务提供者需要配置 |
 | servicecomb.rest.server.thread-count | 1 | - | 否 | 服务端线程数 | 仅服务提供者需要配置 |
+| servicecomb.rest.server.connection-limit | Integer.MAX_VALUE | - | 否 | 允许客户端最大连接数 | 仅服务提供者需要配置 |
 | servicecomb.rest.server.connection.idleTimeoutInSeconds | 60 | - | 否 | 服务端连接闲置超时时间 | 闲置连接会被回收 |
 | servicecomb.rest.client.thread-count | 1 | - | 否 | 客户端网络线程数 | 仅服务消费者需要配置 |
 | servicecomb.rest.client.connection.maxPoolSize | 5 | - | 否 | 每个连接池的最大连接数 | 连接数=网络线程数\*连接池个数\*连接池连接数 |


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services