diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-06-14 17:33:26 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-06-14 17:33:26 +0100 |
| commit | a3eca7f28fff2cc11fc678862cd49818e8b57c22 (patch) | |
| tree | 2a51c90d0b377a27cf9d3ee9ae0c2a862da8d7c2 /ebin | |
| parent | 02512c230e9a3786ef773390e62932c43d8df280 (diff) | |
| download | rabbitmq-server-git-a3eca7f28fff2cc11fc678862cd49818e8b57c22.tar.gz | |
Actually, it seems slightly cleaner to do this.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 96fdd0aa54..3cbb33af69 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -19,7 +19,7 @@ {ssl_listeners, []}, {ssl_options, []}, {vm_memory_high_watermark, 0.4}, - {disk_free_limit, {mem_relative, 0}}, + {disk_free_limit, 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 |
