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: [email protected]

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

Reply via email to