diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-12-05 14:44:31 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-12-05 14:44:31 +0000 |
| commit | 25390ec3ec56786ef249ae951ef2df7d1a225d91 (patch) | |
| tree | 433abcf5e4dbb75f03f060c2d12ac29cabe1ece1 /ebin | |
| parent | 65727995e6eb3f0f303ceca699c38b892102c9a6 (diff) | |
| download | rabbitmq-server-git-25390ec3ec56786ef249ae951ef2df7d1a225d91.tar.gz | |
Introduce a selection mechanism so that small messages go to the index, and large ones go to the store.
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..5ebef60828 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, 1024}, {default_user, <<"guest">>}, {default_pass, <<"guest">>}, {default_user_tags, [administrator]}, |
