diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-03-20 11:08:28 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-03-20 11:08:28 +0000 |
| commit | 77d144b31b1cce83eebe6e73a7c32d28dc8492bc (patch) | |
| tree | c7db7336a88d46ad5216ea5cee8a8b604701f9e1 /ebin | |
| parent | 1977e9490ab0a909a861fb9ee2804824e4b2523a (diff) | |
| parent | e6cd73e32bc88fe464cdc9a285d15c5104b5032f (diff) | |
| download | rabbitmq-server-git-77d144b31b1cce83eebe6e73a7c32d28dc8492bc.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}, |
