From 0689e7a34cc413b8d9bddafba5753f62f75fa0a7 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sat, 15 Oct 2022 12:05:25 +0100 Subject: [PATCH] Review comments --- js.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js.go b/js.go index 3517578ce..cf62a9d05 100644 --- a/js.go +++ b/js.go @@ -2465,8 +2465,8 @@ func MaxRequestMaxBytes(bytes int) SubOpt { }) } -// InactiveThreshold indicates how long the server should keep an consumer -// after detecting a loss of interest. In NATS Server 2.8.4 and earlier, this +// InactiveThreshold indicates how long the server should keep a consumer +// after detecting a lack of activity. In NATS Server 2.8.4 and earlier, this // option only applies to ephemeral consumers. In NATS Server 2.9.0 and later, // this option applies to both ephemeral and durable consumers, allowing durable // consumers to also be deleted automatically after the inactivity threshold has