You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/01/08 11:43:42 UTC

[GitHub] liubao68 commented on a change in pull request #495: [SCB-188] Transport optimize for reactive

liubao68 commented on a change in pull request #495: [SCB-188] Transport optimize for reactive
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/495#discussion_r160124352
 
 

 ##########
 File path: transports/transport-highway/src/main/java/io/servicecomb/transport/highway/HighwayConfig.java
 ##########
 @@ -42,10 +42,4 @@ public static int getClientThreadCount() {
         DynamicPropertyFactory.getInstance().getIntProperty("cse.highway.client.thread-count", 1);
     return address.get();
   }
-
-  public static int getClientConnectionPoolPerThread() {
-    DynamicIntProperty address =
-        DynamicPropertyFactory.getInstance().getIntProperty("cse.highway.client.connection-pool-per-thread", 1);
 
 Review comment:
   documents should modified accordingly

----------------------------------------------------------------
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