Add default timeout (#7255)

Force merge because netlify flake
This commit is contained in:
Shamsher Ansari 2020-05-11 22:39:47 +05:30 committed by GitHub
parent e77f3e8e2d
commit 648ebcb1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.