diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-03-07 15:10:49 +0000 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-03-07 15:10:49 +0000 |
| commit | c3ff3a26c3c82ba798b1464ef18abc518f3a9509 (patch) | |
| tree | ca9872a1db5f9fdee5e3ba58af9cfe0c250f60cb /ebin | |
| parent | da0756242b2a6790ef975cf36ea48e8b064c4dda (diff) | |
| parent | 2e665ace9e3202b0e89fdfb6910b74b9646e88ff (diff) | |
| download | rabbitmq-server-git-c3ff3a26c3c82ba798b1464ef18abc518f3a9509.tar.gz | |
merge default into bug23958
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 16dfd19648..ad961a44f9 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]}, |
