summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-01-27 12:08:30 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-01-27 12:08:30 +0000
commit20e8a17990edaaa0c60ff3c9d39b3b82de369771 (patch)
tree9eccda4b16c45912d60a6c7b0f0a18a0c298d305 /ebin
parenta9d34ca8112b9022a523cb0eaa3d5c701578bc68 (diff)
downloadrabbitmq-server-git-20e8a17990edaaa0c60ff3c9d39b3b82de369771.tar.gz
Change the default, update the example config.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 5ebef60828..918741438c 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -29,7 +29,7 @@
{heartbeat, 580},
{msg_store_file_size_limit, 16777216},
{queue_index_max_journal_entries, 65536},
- {queue_index_embed_msgs_below, 1024},
+ {queue_index_embed_msgs_below, 4096},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},
{default_user_tags, [administrator]},