summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-12-18 16:34:37 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-12-18 16:34:37 +0000
commitc838c22a866b160106fa83cb0c6fabb1fb27e610 (patch)
treeddeb7f45a2f78b71506b9423f95c2c5b37b24579 /ebin
parentda082d1a4ad4bd73a6a6f1c4bf4dbf11c823cef6 (diff)
downloadrabbitmq-server-git-c838c22a866b160106fa83cb0c6fabb1fb27e610.tar.gz
Substantially reworked delegate
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 3888f19843..da38880052 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -31,4 +31,9 @@
{cluster_nodes, []},
{server_properties, []},
{collect_statistics, none},
- {auth_mechanisms, ['PLAIN', 'AMQPLAIN']} ]} ]}.
+ {auth_mechanisms, ['PLAIN', 'AMQPLAIN']},
+ {delegate_count, 16}
+ ]
+ }
+ ]
+}.