zhaoyunxing92 commented on a change in pull request #1565:
URL: https://github.com/apache/dubbo-go/pull/1565#discussion_r744605992



##########
File path: remoting/nacos/builder.go
##########
@@ -72,7 +72,7 @@ func GetNacosConfig(url *common.URL) 
([]nacosConstant.ServerConfig, nacosConstan
                serverConfigs = append(serverConfigs, 
nacosConstant.ServerConfig{IpAddr: ip, Port: uint64(port)})
        }
 
-       timeout := url.GetParamDuration(constant.ConfigTimeoutKey, 
constant.DefaultRegTimeout)
+       timeout := url.GetParamDuration(constant.RegistryTimeoutKey, 
constant.DefaultRegTimeout)

Review comment:
       
这个地方修改了话需要修改`config_center_config`里面的`urlMap.Set(constant.CONFIG_TIMEOUT_KEY, 
c.Timeout)`




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to