chengyouling commented on code in PR #4853:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/4853#discussion_r2165477130


##########
dynamic-config/config-cc/src/main/java/org/apache/servicecomb/config/cc/ConfigCenterDynamicPropertiesSource.java:
##########
@@ -58,6 +58,12 @@ public class ConfigCenterDynamicPropertiesSource implements 
DynamicPropertiesSou
 
   private static final Logger LOGGER = 
LoggerFactory.getLogger(ConfigCenterDynamicPropertiesSource.class);
 
+  private static final String CLIENT_CONNECT_TIMEOUT = 
"servicecomb.config.client.timeout.connect";
+
+  private static final String CLIENT_REQUEST_TIMEOUT = 
"servicecomb.config.client.timeout.request";
+
+  private static final String CLIENT_SOCKET_TIMEOUT = 
"servicecomb.config.client.timeout.socket";
+

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to