mirror of https://github.com/istio/istio.io.git
parent
e77f3e8e2d
commit
648ebcb1c5
|
@ -27,7 +27,7 @@ This task shows you how to setup request timeouts in Envoy using Istio.
|
|||
## Request timeouts
|
||||
|
||||
A timeout for http requests can be specified using the *timeout* field of the [route rule](/docs/reference/config/networking/virtual-service/#HTTPRoute).
|
||||
By default, the timeout is disabled, but in this task you override the `reviews` service
|
||||
By default, the timeout is 15 seconds, but in this task you override the `reviews` service
|
||||
timeout to 1 second.
|
||||
To see its effect, however, you also introduce an artificial 2 second delay in calls
|
||||
to the `ratings` service.
|
||||
|
|
Loading…
Reference in New Issue