You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/18 01:23:59 UTC

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #254: feat: upstream retries and timeout

tokers commented on a change in pull request #254:
URL: https://github.com/apache/apisix-ingress-controller/pull/254#discussion_r578059802



##########
File path: pkg/types/apisix/v1/types.go
##########
@@ -62,6 +62,9 @@ const (
 	// ActiveHealthCheckMinInterval is the minimum interval for
 	// the active health check.
 	ActiveHealthCheckMinInterval = time.Second
+
+	// Default connect, read and send timeout with upstreams.
+	DefaultUpstreamTimeout = 60

Review comment:
       Added.




----------------------------------------------------------------
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:
users@infra.apache.org