We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579c586 commit d5a7ad9Copy full SHA for d5a7ad9
deps/rabbit/src/rabbit_amqp_session.erl
@@ -56,7 +56,7 @@
56
%% By staying below DEFAULT_MAX_QUEUE_CREDIT, we avoid situations where a single client is able to enqueue
57
%% faster to a quorum queue than to consume from it. (Remember that a quorum queue fsyncs each credit top
58
%% up and batch of enqueues.)
59
--define(DEFAULT_MAX_LINK_CREDIT, 170).
+-define(DEFAULT_MAX_LINK_CREDIT, 172).
60
%% Initial and maximum link credit that we grant to a sending queue.
61
%% Only when we sent sufficient messages to the writer proc, we will again grant
62
%% credits to the sending queue. We have this limit in place to ensure that our
0 commit comments