gy09535 commented on a change in pull request #3129:
URL: https://github.com/apache/apisix/pull/3129#discussion_r551131466
##########
File path: apisix/core/utils.lua
##########
@@ -80,28 +82,18 @@ function _M.split_uri(uri)
end
-local function dns_parse(domain, resolvers)
- resolvers = resolvers or _M.resolvers
- local r, err = resolver:new{
- nameservers = table.clone(resolvers),
- retrans = 5, -- 5 retransmissions on receive timeout
- timeout = 2000, -- 2 sec
Review comment:
Added it in default value for keep same with old logical.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]