Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander authored Oct 15, 2022
1 parent d5eb48b commit 0689e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0689e7a

Please sign in to comment.