diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-11-07 12:06:57 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-11-07 12:06:57 +0000 |
| commit | ffbe61e27e210ae6e0002418c27f014af9ba8689 (patch) | |
| tree | e409b82b27e68499a9f5310dbb788b10eee06a30 /ebin | |
| parent | 61f48f0867ca77de86a224db3ba1855497dc722b (diff) | |
| parent | c60fdf21357804931761fa154c803259dcdf20c6 (diff) | |
| download | rabbitmq-server-git-ffbe61e27e210ae6e0002418c27f014af9ba8689.tar.gz | |
merge default into bug20337
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}, |
