diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-11-07 12:47:18 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-11-07 12:47:18 +0000 |
| commit | d82d34cb379cc6c00f02b42288e176a298f696b6 (patch) | |
| tree | 24ac469a2a701d91b01da2c7e985267a754bf7fc /ebin | |
| parent | cc9747ed9b514debc212a380eaee769c4711dee2 (diff) | |
| parent | c60fdf21357804931761fa154c803259dcdf20c6 (diff) | |
| download | rabbitmq-server-git-d82d34cb379cc6c00f02b42288e176a298f696b6.tar.gz | |
Merge bug24430.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 3 |
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}, |
