diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-05-03 11:26:15 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-05-03 11:26:15 +0100 |
| commit | 3c717c4ed24f7d0b398f46edaf4cbb457a1dcdac (patch) | |
| tree | e869ff8dc5bb7bc2ec27181ec9fcae260e698373 /ebin | |
| parent | d8b1eed89dbf13485e197257c2af75b0522ec661 (diff) | |
| parent | 9832d26368fa6518f837d22b4c0a4754f40d510e (diff) | |
| download | rabbitmq-server-git-3c717c4ed24f7d0b398f46edaf4cbb457a1dcdac.tar.gz | |
Merge 3.1.0 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}, |
