diff --git a/jetstream/consumer_config.go b/jetstream/consumer_config.go index 0ff4672bc..4e2e3d6e0 100644 --- a/jetstream/consumer_config.go +++ b/jetstream/consumer_config.go @@ -165,8 +165,8 @@ type ( // MaxAckPending is a maximum number of outstanding unacknowledged // messages. Once this limit is reached, the server will suspend sending - // messages to the consumer. If not set, server default is 1000 - // seconds. Set to -1 for unlimited. + // messages to the consumer. If not set, server default is 1000. + // Set to -1 for unlimited. MaxAckPending int `json:"max_ack_pending,omitempty"` // HeadersOnly indicates whether only headers of messages should be sent