spacewander commented on issue #2637: URL: https://github.com/apache/apisix/issues/2637#issuecomment-751194479
Now we set the timeout dynamically via https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/balancer.md#set_timeouts, see https://github.com/apache/apisix/blob/master/doc/admin-api.md#upstream ``` "timeout": { # Set the timeout for connection, sending and receiving messages. "connect":15, "send":15, "read":15, }, ``` ---------------------------------------------------------------- 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]
