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 2022/06/22 09:36:01 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on a diff in pull request #3110: [SCB-2592] configuration refresh time is configurable for config center

liubao68 commented on code in PR #3110:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3110#discussion_r903514640


##########
clients/config-center-client/src/main/java/org/apache/servicecomb/config/center/client/ConfigCenterManager.java:
##########
@@ -60,6 +61,11 @@ public void startConfigCenterManager() {
     this.startTask(new PollConfigurationTask(0));
   }
 
+  public long getConfigCenterRefreshInterval() {

Review Comment:
   see KieConfigManager,  add ConfigCenterConfiguration



-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org