Skip to content

Commit 1eb0422

Browse files
committed
Don't enable WebSocket compression by default
Currently there are some problems where the flate writer might take up more allocations than expected when there are lots of WebSocket clients. Signed-off-by: Neil Twigg <[email protected]>
1 parent 1d561e8 commit 1eb0422

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helm/charts/nats/files/config/websocket.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{{- with .Values.config.websocket }}
22
port: {{ .port }}
3-
compression: true
43

54
{{- if .tls.enabled }}
65
{{- with .tls }}

0 commit comments

Comments
 (0)