From 590a746c38845341cf72bc764aab59b9f8bb7e66 Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Thu, 26 Aug 2021 14:56:55 -0500 Subject: [PATCH] Disable envoy websocket timeout (#1139) This is analogous to how we disable grpc stream timeout, and should possibly be reconsidered in the future. Fixes #1131 --- envoy/contents/envoy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/contents/envoy.yaml b/envoy/contents/envoy.yaml index fd86d4d92cf..f96e85da922 100644 --- a/envoy/contents/envoy.yaml +++ b/envoy/contents/envoy.yaml @@ -22,7 +22,7 @@ static_resources: codec_type: AUTO upgrade_configs: - upgrade_type: websocket - + stream_idle_timeout: 0s route_config: name: local_route virtual_hosts: