mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Bump flow control window back up.
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user