Skip to content

Commit d5a7ad9

Browse files
committed
Trigger CI
1 parent 579c586 commit d5a7ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_amqp_session.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
%% By staying below DEFAULT_MAX_QUEUE_CREDIT, we avoid situations where a single client is able to enqueue
5757
%% faster to a quorum queue than to consume from it. (Remember that a quorum queue fsyncs each credit top
5858
%% up and batch of enqueues.)
59-
-define(DEFAULT_MAX_LINK_CREDIT, 170).
59+
-define(DEFAULT_MAX_LINK_CREDIT, 172).
6060
%% Initial and maximum link credit that we grant to a sending queue.
6161
%% Only when we sent sufficient messages to the writer proc, we will again grant
6262
%% credits to the sending queue. We have this limit in place to ensure that our

0 commit comments

Comments
 (0)