summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-06-17 16:34:19 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-06-17 16:34:19 +0100
commit5a7dce913f7d153910fd5ff87587f28757cdc1a9 (patch)
tree061c546257d8680ecd8803f6f1f1e6e06eaf4e46 /ebin
parent99aa79f3523271a9268a7bfe602cc98cb5caa25e (diff)
downloadrabbitmq-server-5a7dce913f7d153910fd5ff87587f28757cdc1a9.tar.gz
Expose the msg_store file size limit to configuration. Also some suitable derivisions in tests.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index beeb87bb..ef80efc0 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -22,6 +22,7 @@
{backing_queue_module, rabbit_variable_queue},
{persister_max_wrap_entries, 500},
{persister_hibernate_after, 10000},
+ {msg_store_file_size_limit, 16777216},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},
{default_vhost, <<"/">>},