Skip to content

Commit

Permalink
Don't enable WebSocket compression by default
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
neilalexander committed Jun 17, 2024
1 parent 1d561e8 commit 1eb0422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm/charts/nats/files/config/websocket.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{- with .Values.config.websocket }}
port: {{ .port }}
compression: true

{{- if .tls.enabled }}
{{- with .tls }}
Expand Down

0 comments on commit 1eb0422

Please sign in to comment.