summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-06-12 17:03:51 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-06-12 17:03:51 +0100
commitc9ada0cecf4e86e93071fba7fcc9a69bd098d888 (patch)
tree48653f51aab7d29602ff1c15d1bdca232ccc1c67 /ebin
parent9ed260c716bd3a5dd62cfa8fa47d521da66820f6 (diff)
downloadrabbitmq-server-git-c9ada0cecf4e86e93071fba7fcc9a69bd098d888.tar.gz
cosmetic: move comment to a better place
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index b7d14f20ef..ffe112a0e2 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -22,6 +22,8 @@
{disk_free_limit, {mem_relative, 1.0}},
{msg_store_index_module, rabbit_msg_store_ets_index},
{backing_queue_module, rabbit_variable_queue},
+ %% 0 ("no limit") would make a better default, but that
+ %% breaks the QPid Java client
{frame_max, 131072},
{msg_store_file_size_limit, 16777216},
{queue_index_max_journal_entries, 262144},