diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-05-16 12:13:19 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-05-16 12:13:19 +0100 |
| commit | 97494a765a8bef90b202357f04d96e4b39cc255e (patch) | |
| tree | a1781c38e8073b2fff247e0589bace6e79171a63 /ebin | |
| parent | 08877efa78ca44cb0324d1d4242e01d4dab92933 (diff) | |
| parent | ffeb160eda7a99d5d8935d1b2f90798a39782c13 (diff) | |
| download | rabbitmq-server-git-97494a765a8bef90b202357f04d96e4b39cc255e.tar.gz | |
merge bug25537 into stable
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index ee6e6aeb9c..339fa69eae 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -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}, |
