-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): upgrade to NATS 2.10.10
Signed-off-by: Fletcher Nichol <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {} |