summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 97e72c0b65..ac60ed6825 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -92,5 +92,7 @@
%% writing to the queue index. See the setting
%% queue_index_embed_msgs_below above.
{msg_store_credit_disc_bound, {2000, 500}},
- {msg_store_io_batch_size, 2048}
+ {msg_store_io_batch_size, 2048},
+ %% see rabbitmq-server#143
+ {credit_flow_default_credit, {200, 50}}
]}]}.