summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-01-22 12:06:39 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-01-22 12:06:39 +0000
commit358ccf68180357b4471ce06f87828b9f4d89a214 (patch)
treee30d74bedee55a2aeea649af1e8325e3a2510e45 /ebin
parent86895beb9c059fd9a3f56cf2f014a64dc2c8c7aa (diff)
parent9b833f66a6323566dc4a9e8e9395696e6a2c36b1 (diff)
downloadrabbitmq-server-git-358ccf68180357b4471ce06f87828b9f4d89a214.tar.gz
stable to default
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 9e5584a1bf..5ebef60828 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -29,6 +29,7 @@
{heartbeat, 580},
{msg_store_file_size_limit, 16777216},
{queue_index_max_journal_entries, 65536},
+ {queue_index_embed_msgs_below, 1024},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},
{default_user_tags, [administrator]},