diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2015-02-16 12:05:57 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2015-02-16 12:05:57 +0000 |
| commit | 9631d4ba17e0700430cf1ac8c1754d5030432bf3 (patch) | |
| tree | 522605858824ff4cb5510632d6b2e9c55a779af3 /ebin | |
| parent | 5513bea062f194dac2d33076eccec4dfc53b0283 (diff) | |
| parent | 6f13eca56e4bcaeb963f1269ecf63ba307c98198 (diff) | |
| download | rabbitmq-server-git-9631d4ba17e0700430cf1ac8c1754d5030432bf3.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]}, |
