diff options
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 76376f11bd..89194c1637 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} ]}]}. |
