From 938846ab0aac16f335f54a89ded70daf6199a7d9 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 1 Jul 2019 16:34:47 -0500 Subject: [PATCH] Update configuration.md --- nats_server/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_server/configuration.md b/nats_server/configuration.md index 4288da1..79c3818 100644 --- a/nats_server/configuration.md +++ b/nats_server/configuration.md @@ -115,7 +115,7 @@ authorization: { | `max_payload` | Maximum number of bytes in a message payload | | `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 subscription is active | +| [`ping_interval`](developer/connecting/pingpong.md) | Interval in seconds in which the server checks if a connection is active | | `port` | port for client connections | | [`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 |