diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-04-29 16:55:31 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-04-29 16:55:31 +0100 |
| commit | 13080927daa79f895f2d907ee094b5ce95395fc7 (patch) | |
| tree | e2032c2af39a40ebd7c5c8650561224d30259c33 /ebin | |
| parent | d8b1eed89dbf13485e197257c2af75b0522ec661 (diff) | |
| parent | e96e33e405974fd83dc36a35b03353c0915b22c4 (diff) | |
| download | rabbitmq-server-git-13080927daa79f895f2d907ee094b5ce95395fc7.tar.gz | |
stable to default
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}, |
