diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-03-25 15:51:12 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-03-25 15:51:12 +0000 |
| commit | 128e8a9c2b046424ccdaddf99ca2367d7a9b35f0 (patch) | |
| tree | 301dcb0c8c52a7ec3c0317ba2b4accb017a16978 /ebin | |
| parent | 9e30dc1f3fbb472356a18d12577c974e11815492 (diff) | |
| parent | 99bdfa3cab648e5c3cb6a7f92fecdf6063360bf1 (diff) | |
| download | rabbitmq-server-git-128e8a9c2b046424ccdaddf99ca2367d7a9b35f0.tar.gz | |
Merged default into bug24114
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 16dfd19648..339fa69eae 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -10,7 +10,7 @@ rabbit_sup, rabbit_tcp_client_sup, rabbit_direct_client_sup]}, - {applications, [kernel, stdlib, sasl, mnesia, os_mon]}, + {applications, [kernel, stdlib, sasl, mnesia, os_mon, xmerl]}, %% we also depend on crypto, public_key and ssl but they shouldn't be %% in here as we don't actually want to start it {mod, {rabbit, []}}, @@ -27,7 +27,7 @@ {frame_max, 131072}, {heartbeat, 600}, {msg_store_file_size_limit, 16777216}, - {queue_index_max_journal_entries, 262144}, + {queue_index_max_journal_entries, 65536}, {default_user, <<"guest">>}, {default_pass, <<"guest">>}, {default_user_tags, [administrator]}, @@ -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}, |
