spacewander commented on a change in pull request #3129:
URL: https://github.com/apache/apisix/pull/3129#discussion_r552523298
##########
File path: apisix/init.lua
##########
@@ -50,7 +50,12 @@ local ver_header = "APISIX/" .. core.version.VERSION
local function parse_args(args)
dns_resolver = args and args["dns_resolver"]
- core.utils.set_resolver(dns_resolver)
+ local options = {
+ nameservers = dns_resolver,
+ timeout = 5000,
Review comment:
Why change timeout to 5000?
----------------------------------------------------------------
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]