Skip to content

Commit

Permalink
Disable envoy websocket timeout (#1139)
Browse files Browse the repository at this point in the history
This is analogous to how we disable grpc stream timeout, and should
possibly be reconsidered in the future.

Fixes #1131
  • Loading branch information
niloc132 authored Aug 26, 2021
1 parent 7b2eacf commit 590a746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy/contents/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 590a746

Please sign in to comment.