Skip to content

Commit

Permalink
merge: #3269
Browse files Browse the repository at this point in the history
3269: build(deps): upgrade to NATS 2.10.10 r=fnichol a=fnichol

Confirmed we're good to upgrade--this also brings our development environments to closer parity with our production environment.

<img src="https://media1.giphy.com/media/ckB9wvcONerp73fvkQ/giphy.gif"/>

Co-authored-by: Fletcher Nichol <[email protected]>
  • Loading branch information
si-bors-ng[bot] and fnichol authored Feb 6, 2024
2 parents 7bb14ab + 24cd2b5 commit 9215422
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component/nats/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker_image(
"nats-server.conf": "component/nats",
},
build_args = {
"BASE_VERSION": "2.3.4",
"BASE_VERSION": "2.10.10",
},
run_docker_args = [
"--publish",
Expand Down
16 changes: 14 additions & 2 deletions component/nats/nats-server.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
port: 4222
monitor_port: 8222
# See: https://docs.nats.io/running-a-nats-service/configuration

# Maximum number of bytes in a message payload. It is not recommended to use
# values over 8MB but `max_payload` can be set up to 64MB. The max payload must
# be equal to or smaller than the `max_pending` value.
#
# Default: 1MB
max_payload: 8MB

# Maximum number of bytes buffered for a connection.
#
# Default: 64MB
max_pending: 128MB

# JetStream configuration
jetstream {}

0 comments on commit 9215422

Please sign in to comment.