mirror of https://github.com/grpc/grpc-web.git
Update Envoy timeout configs
This commit is contained in:
parent
511cc32525
commit
b24f5ca6ec
|
@ -24,6 +24,7 @@ static_resources:
|
|||
- match: { prefix: "/" }
|
||||
route:
|
||||
cluster: greeter_service
|
||||
timeout: 0s
|
||||
max_stream_duration:
|
||||
grpc_timeout_header_max: 0s
|
||||
cors:
|
||||
|
|
|
@ -24,6 +24,7 @@ static_resources:
|
|||
- match: { prefix: "/" }
|
||||
route:
|
||||
cluster: interop_service
|
||||
timeout: 0s
|
||||
max_stream_duration:
|
||||
grpc_timeout_header_max: 0s
|
||||
cors:
|
||||
|
|
Loading…
Reference in New Issue