diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-12-18 16:34:37 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-12-18 16:34:37 +0000 |
| commit | c838c22a866b160106fa83cb0c6fabb1fb27e610 (patch) | |
| tree | ddeb7f45a2f78b71506b9423f95c2c5b37b24579 /ebin | |
| parent | da082d1a4ad4bd73a6a6f1c4bf4dbf11c823cef6 (diff) | |
| download | rabbitmq-server-git-c838c22a866b160106fa83cb0c6fabb1fb27e610.tar.gz | |
Substantially reworked delegate
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 7 |
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} + ] + } + ] +}. |
