diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-07-27 13:48:45 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-07-27 13:48:45 +0300 |
| commit | 0c9509eeb85ca3e0091fd617e3d6365258a43c04 (patch) | |
| tree | 899fa03db34eedc18007792c1c6e4cff61e78088 /ebin | |
| parent | c6bb1a04439fc96d6c63de94a8f71d74280bf686 (diff) | |
| parent | 7bef94550f861b8d67b3f1ffaf48d69d7e02cb85 (diff) | |
| download | rabbitmq-server-git-0c9509eeb85ca3e0091fd617e3d6365258a43c04.tar.gz | |
Merge branch 'rabbitmq-server-226' into stable
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
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">>}, |
