mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
changes based on Colin's comments
This commit is contained in:
parent
00604defaa
commit
e9c15cf843
@ -103,7 +103,7 @@ authorization: {
|
||||
| :------ | :---- |
|
||||
| [`authorization`](auth_intro.md) | Configuration map for client authentication/authorization |
|
||||
| [`cluster`](cluster_config.md) | Configuration map for clustering configuration |
|
||||
| `connectionerrorreportattempts` | Number of attempts at which a repeated failed route, gateway or leaf node connection is reported. Default is 1 hour |
|
||||
| `connect_error_reports` | Number of attempts at which a repeated failed route, gateway or leaf node connection is reported. Default is 3600, approx every hour.
|
||||
| `debug` | If `true` enable debug log messages |
|
||||
| [`gateway`](/gateways/gateway.md) | Gateway configuration map |
|
||||
| `host` | Host for client connections |
|
||||
@ -116,11 +116,12 @@ authorization: {
|
||||
| `max_payload` | Maximum number of bytes in a message payload |
|
||||
| `max_pending` | Maximum number of bytes buffered for a connection |
|
||||
| `max_subscriptions` | Maximum numbers of subscriptions for a client connection |
|
||||
| `maxtracedmsglen` | Set a limit to the trace of the payload of a message |
|
||||
| `nosublistcache` | Disable sublist cache globally for accounts.
|
||||
| `max_traced_msg_len` | Set a limit to the trace of the payload of a message |
|
||||
| `disable_sublist_cache` | Disable sublist cache globally for accounts.
|
||||
| [`operator`](/nats_tools/nsc/nsc.md#nats-server-configuration) | Path to an operator JWT |
|
||||
| [`ping_interval`](/developer/connecting/pingpong.md) | Interval in seconds in which the server checks if a connection is active |
|
||||
| `port` | Port for client connections |
|
||||
| `reconnect_error_reports` | Number of failed attempt to reconnect a route, gateway or leaf node connection. Default is to report every attempt.
|
||||
| [`resolver`](/nats_tools/nsc/nsc.md#nats-server-configuration) | Resolver type `MEMORY` or `URL` for account JWTs |
|
||||
| [`tls`](tls.md#tls-configuration) | Configuration map for tls for client and http monitoring |
|
||||
| `trace` | If `true` enable protocol trace log messages |
|
||||
|
@ -102,6 +102,7 @@ N/A
|
||||
"total_connections": 0,
|
||||
"routes": 0,
|
||||
"remotes": 0,
|
||||
"leafnodes": 0,
|
||||
"in_msgs": 0,
|
||||
"out_msgs": 0,
|
||||
"in_bytes": 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user