diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2015-02-04 12:42:27 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2015-02-04 12:42:27 +0000 |
| commit | 6e025090032c42f033314f12595eda51d8d0db05 (patch) | |
| tree | 9619c4de3e3275f06ee4857b855fe408b4d3b454 /ebin | |
| parent | c11482bfaf6886571eed19efedb41588475d2cbf (diff) | |
| parent | 9a167fe6b2d12bd453f4f80d70b1e57ab594e754 (diff) | |
| download | rabbitmq-server-git-6e025090032c42f033314f12595eda51d8d0db05.tar.gz | |
stable to default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 9e5584a1bf..918741438c 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -29,6 +29,7 @@ {heartbeat, 580}, {msg_store_file_size_limit, 16777216}, {queue_index_max_journal_entries, 65536}, + {queue_index_embed_msgs_below, 4096}, {default_user, <<"guest">>}, {default_pass, <<"guest">>}, {default_user_tags, [administrator]}, |
