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
commit88bdcd465e8d9a55bbeb554c939d93ede37fd7a0 (patch)
tree48653f51aab7d29602ff1c15d1bdca232ccc1c67 /ebin
parent438020c95cc578ded249905898b649f77a411c28 (diff)
downloadrabbitmq-server-88bdcd465e8d9a55bbeb554c939d93ede37fd7a0.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 b7d14f20..ffe112a0 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},