diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-03-19 12:02:58 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-03-19 12:02:58 +0000 |
| commit | 7d2da0429ec8df75abed511f86a95a4d7b41cd34 (patch) | |
| tree | c26f860d74e44699173b01dce9bc6e6021f6c7dc /ebin | |
| parent | 2c8e2165592d838bb94064699801a60d36fa7b8f (diff) | |
| parent | ace35ee0dd04aa2f0d3dbba811c2ed8cbb3da19d (diff) | |
| download | rabbitmq-server-git-7d2da0429ec8df75abed511f86a95a4d7b41cd34.tar.gz | |
Merged default into bug25384
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index ad961a44f9..339fa69eae 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -44,6 +44,7 @@ {log_levels, [{connection, info}]}, {ssl_cert_login_from, distinguished_name}, {reverse_dns_lookups, false}, + {cluster_partition_handling, ignore}, {tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, |
