diff options
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} + ] + } + ] +}. |
