summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 654c52bdd3..76376f11bd 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -28,6 +28,8 @@
{channel_max, 0},
{heartbeat, 580},
{msg_store_file_size_limit, 16777216},
+ {fhc_write_buffering, true},
+ {fhc_read_buffering, true},
{queue_index_max_journal_entries, 65536},
{queue_index_embed_msgs_below, 4096},
{default_user, <<"guest">>},