From 1dba0922cc1ff0445443647179e3f93f1fbdc37a Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Mon, 12 Aug 2019 16:34:11 -0700 Subject: [PATCH] Add note about max_pending in the server docs --- nats_server/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nats_server/configuration.md b/nats_server/configuration.md index ee27518..c443df3 100644 --- a/nats_server/configuration.md +++ b/nats_server/configuration.md @@ -113,6 +113,7 @@ authorization: { | `max_connections` | Maximum number of active client connections | | `max_control_line` | Maximum length of a protocol line (including subject length) | | `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 | | [`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 |