Skip to content

Commit

Permalink
fix: increase nats message payload to 64MB
Browse files Browse the repository at this point in the history
Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Dec 17, 2024
1 parent 3298ce6 commit cf7e3d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/nats/nats.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server_name: "nats_internal_broker"
max_payload: 1MB
max_payload: 64MB
max_pending: 64MB
max_connections: 1M
port: $MG_NATS_PORT
http_port: $MG_NATS_HTTP_PORT
Expand Down

0 comments on commit cf7e3d6

Please sign in to comment.