diff --git a/server/consumer.go b/server/consumer.go index db7b6fab..20938402 100644 --- a/server/consumer.go +++ b/server/consumer.go @@ -295,7 +295,7 @@ const ( JsDeleteWaitTimeDefault = 5 * time.Second // JsFlowControlMaxPending specifies default pending bytes during flow control that can be // outstanding. - JsFlowControlMaxPending = 16 * 1024 * 1024 + JsFlowControlMaxPending = 32 * 1024 * 1024 // JsDefaultMaxAckPending is set for consumers with explicit ack that do not set the max ack pending. JsDefaultMaxAckPending = 1000 )