summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 37658d7312..636851989e 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -83,5 +83,8 @@
gen_fsm, ssl]},
{ssl_apps, [asn1, crypto, public_key, ssl]},
%% see rabbitmq-server#114
- {mirroring_flow_control, true}
+ {mirroring_flow_control, true},
+ %% see rabbitmq-server#227 and related tickets
+ {msg_store_credit_disc_bound, {2000, 500}},
+ {msg_store_io_batch_size, 2048}
]}]}.