diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-07-27 13:53:53 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-07-27 13:53:53 +0300 |
| commit | f8e8c2fe117179adf7cf091acd75c5d21651b332 (patch) | |
| tree | c23d690c34a6c8985fd7346f108054ee5515384a /ebin | |
| parent | 9cd7f2c974f5b9c3d998a729d57a750177e0f0bc (diff) | |
| parent | 0c9509eeb85ca3e0091fd617e3d6365258a43c04 (diff) | |
| download | rabbitmq-server-git-f8e8c2fe117179adf7cf091acd75c5d21651b332.tar.gz | |
Merge branch '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 91eb5847d8..48edbd4d1e 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">>}, |
