Skip to content

Commit

Permalink
Add default MQTT max packet
Browse files Browse the repository at this point in the history
set it to 128MB (half max, but more then 1MB default)
  • Loading branch information
hardillb committed Nov 27, 2024
1 parent cd33f99 commit 8985212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/flowforge/templates/emqx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ spec:
url = "http://forge.{{ .Release.Namespace }}/api/comms/v2/auth"
}
]
mqtt {
max_packet_size: 128MB
}
authorization {
cache {
enable = true
Expand Down

0 comments on commit 8985212

Please sign in to comment.