mirror of https://github.com/istio/istio.io.git
updating reference docs for destination-rule. (#3954)
This commit is contained in:
parent
b9b7fb91c8
commit
4c48fe4fc2
|
|
@ -176,6 +176,16 @@ parameter to 1 disables keep alive.</p>
|
|||
<p>Maximum number of retries that can be outstanding to all hosts in a
|
||||
cluster at a given time. Defaults to 3.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ConnectionPoolSettings-HTTPSettings-idle_timeout">
|
||||
<td><code>idleTimeout</code></td>
|
||||
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">google.protobuf.Duration</a></code></td>
|
||||
<td>
|
||||
<p>The idle timeout for upstream connection pool connections. The idle timeout is defined as the period in which there are no active requests.
|
||||
If not set, there is no idle timeout. When the idle timeout is reached the connection will be closed.
|
||||
Note that request based timeouts mean that HTTP/2 PINGs will not keep the connection alive. Applies to both HTTP1.1 and HTTP2 connections.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue