You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/10/11 02:39:34 UTC

[GitHub] [shenyu] misaya295 commented on a diff in pull request #4052: [ISSUSE #3925] shenyu sdk etcd watch

misaya295 commented on code in PR #4052:
URL: https://github.com/apache/shenyu/pull/4052#discussion_r991764133


##########
shenyu-register-center/shenyu-register-instance/shenyu-register-instance-etcd/src/main/java/org/apache/shenyu/register/instance/etcd/EtcdInstanceRegisterRepository.java:
##########
@@ -42,7 +50,7 @@ public class EtcdInstanceRegisterRepository implements ShenyuInstanceRegisterRep
     @Override
     public void init(final InstanceConfig config) {
         Properties props = config.getProps();
-        long timeout = Long.parseLong(props.getProperty("etcdTimeout", "3000"));
+        long timeout = Long.parseLong(props.getProperty("etcdTimeout", "3000000000000"));

Review Comment:
   mistake,recover it later



-- 
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: notifications-unsubscribe@shenyu.apache.org

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