diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-06-14 15:41:16 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-06-14 15:41:16 +0100 |
| commit | e1a34d28526d0d69d58957735820bca2b9a5f9d5 (patch) | |
| tree | 22c0c87031e79768ff710f499c0a04be987e02c4 /ebin | |
| parent | 737898d650fa0716d888aa8318cc98864864ff35 (diff) | |
| parent | 307afb49073bd94f2bf749acd8bec53b935c00f7 (diff) | |
| download | rabbitmq-server-git-e1a34d28526d0d69d58957735820bca2b9a5f9d5.tar.gz | |
merge bug24930
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index b7d14f20ef..ffe112a0e2 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -22,6 +22,8 @@ {disk_free_limit, {mem_relative, 1.0}}, {msg_store_index_module, rabbit_msg_store_ets_index}, {backing_queue_module, rabbit_variable_queue}, + %% 0 ("no limit") would make a better default, but that + %% breaks the QPid Java client {frame_max, 131072}, {msg_store_file_size_limit, 16777216}, {queue_index_max_journal_entries, 262144}, |
