summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.app.src b/src/rabbit.app.src
index 91c486a3c4..fe9b1635ea 100644
--- a/src/rabbit.app.src
+++ b/src/rabbit.app.src
@@ -30,7 +30,7 @@
{heartbeat, 60},
{msg_store_file_size_limit, 16777216},
{fhc_write_buffering, true},
- {fhc_read_buffering, true},
+ {fhc_read_buffering, false},
{queue_index_max_journal_entries, 32768},
{queue_index_embed_msgs_below, 4096},
{default_user, <<"guest">>},