summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-10-24 18:21:56 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-10-24 18:21:56 +0100
commitb8468aa1969499e5fb0f5adfa8d304b46eea2a93 (patch)
tree2e47ab4e49a4ac82f837b543a6fd02040c0db947 /ebin
parentde2c1e93fd88da4f3d4a952d74dcb3581fd219e7 (diff)
downloadrabbitmq-server-git-b8468aa1969499e5fb0f5adfa8d304b46eea2a93.tar.gz
Go faster stripes.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 65a3269a44..5ead105145 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -14,7 +14,8 @@
%% we also depend on crypto, public_key and ssl but they shouldn't be
%% in here as we don't actually want to start it
{mod, {rabbit, []}},
- {env, [{tcp_listeners, [5672]},
+ {env, [{hipe_compile, false},
+ {tcp_listeners, [5672]},
{ssl_listeners, []},
{ssl_options, []},
{vm_memory_high_watermark, 0.4},