We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1a09f commit a2f6bbeCopy full SHA for a2f6bbe
1 file changed
interceptor/config/timeouts.go
@@ -17,7 +17,7 @@ type Timeouts struct {
17
ResponseHeader time.Duration `envconfig:"KEDA_RESPONSE_HEADER_TIMEOUT" default:"500ms"`
18
// WorkloadReplicas is how long to wait for the backing workload
19
// to have 1 or more replicas before connecting and sending the HTTP request.
20
- WorkloadReplicas time.Duration `envconfig:"KEDA_CONDITION_WAIT_TIMEOUT" default:"1500ms"`
+ WorkloadReplicas time.Duration `envconfig:"KEDA_CONDITION_WAIT_TIMEOUT" default:"20s"`
21
// ForceHTTP2 toggles whether to try to force HTTP2 for all requests
22
ForceHTTP2 bool `envconfig:"KEDA_HTTP_FORCE_HTTP2" default:"false"`
23
// MaxIdleConns is the max number of idle connections to keep in the
0 commit comments