fix the definition of sleepWindow: minimum time the circuit will be open. (#863)

Instead of closed as it was previously. The circuit is open = "no traffic".
This commit is contained in:
Vadim Eisenberg 2018-01-09 23:30:55 +02:00 committed by Shriram Rajagopalan
parent 52c5ca9206
commit 4c66684251
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ consecutive times with 5XX error code will be ejected for 15 minutes.
<tr> <tr>
<td><code>sleepWindow</code></td> <td><code>sleepWindow</code></td>
<td><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">Duration</a></td> <td><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">Duration</a></td>
<td><b>Required.</b> <br/>Minimum time the circuit will be closed. format: 1h/1m/1s/1ms. MUST BE &gt;=1ms. Default is 30s.</td> <td><b>Required.</b> <br/>Minimum time the circuit will be open. format: 1h/1m/1s/1ms. MUST BE &gt;=1ms. Default is 30s.</td>
</tr> </tr>
<a name="istio.proxy.v1.config.CircuitBreaker.SimpleCircuitBreakerPolicy.httpConsecutiveErrors"></a> <a name="istio.proxy.v1.config.CircuitBreaker.SimpleCircuitBreakerPolicy.httpConsecutiveErrors"></a>
<tr> <tr>