summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-12-05 18:30:57 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-12-05 18:30:57 +0000
commitc1a73fed1088a84abe61b0003bc2f4e466a2c3cc (patch)
tree255b75fcc56501c547960f600534a1fa06c5f0f4 /ebin
parenta8a0dfe74fab4bbf0850abd771496f70336fd6ff (diff)
parent43f8b10733a55e81a43ccb2a2ff932db6e732630 (diff)
downloadrabbitmq-server-git-c1a73fed1088a84abe61b0003bc2f4e466a2c3cc.tar.gz
Merge in bug25912
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 f0fee96a93..29f06e7920 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -25,6 +25,7 @@
%% 0 ("no limit") would make a better default, but that
%% breaks the QPid Java client
{frame_max, 131072},
+ {channel_max, 0},
{heartbeat, 580},
{msg_store_file_size_limit, 16777216},
{queue_index_max_journal_entries, 65536},