summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMichael Klishin <michael@rabbitmq.com>2013-11-25 15:20:11 +0400
committerMichael Klishin <michael@rabbitmq.com>2013-11-25 15:20:11 +0400
commit47a5118aa394e1d6f4736ae93e950549247b4e05 (patch)
tree44c30c42cdf865116645d5d39150e37ad72beb5b /ebin
parent1accdc881477f68566fead5b239f7644b7109a45 (diff)
downloadrabbitmq-server-47a5118aa394e1d6f4736ae93e950549247b4e05.tar.gz
Add channel_max 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 a10bad45..0254bb21 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},