diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-03-01 14:47:47 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-03-01 14:47:47 +0000 |
| commit | 24393b7bdbf6996a596b82a04a54fa75470fa653 (patch) | |
| tree | 8ecd02a2b4e242c1a41baeac0ff0adbd17787acd /ebin | |
| parent | 29d0c5c5e52e355903372f69f4b1d302779f9e10 (diff) | |
| download | rabbitmq-server-git-24393b7bdbf6996a596b82a04a54fa75470fa653.tar.gz | |
Rename this thing, to make space for bug 25471
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index d08d502b42..339fa69eae 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -44,7 +44,7 @@ {log_levels, [{connection, info}]}, {ssl_cert_login_from, distinguished_name}, {reverse_dns_lookups, false}, - {cluster_cp_mode, false}, + {cluster_partition_handling, ignore}, {tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, |
