Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jobs/nats/spec
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ properties:
description: "Port for pprof. 0 means disabled."
default: 0
nats.no_advertise:
description: "When configured to true, this nats server will not be advertised to any nats clients. This is defaulted to false for backwards compatability."
default: false
description: "When configured to true, this nats server will not be advertised to any nats clients."
default: true
nats.write_deadline:
description: "Maximum number of seconds the server will block when writing. Once this threshold is exceeded the connection will be closed and the client will be considered as Slow Consumer."
default: 2s
Expand Down