diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-16 11:09:29 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-16 11:09:29 +0000 |
| commit | b69fe3fb62b9cb8950fa291e5023bc457c45d7c9 (patch) | |
| tree | 056c1299d5309ed1ec3b142921d11bca5e1954cb /ebin | |
| parent | 2ba3bd9b246f5cc8cc7b4c72f036279b0e944f9a (diff) | |
| download | rabbitmq-server-git-b69fe3fb62b9cb8950fa291e5023bc457c45d7c9.tar.gz | |
Make start_memsup default to false.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit.app | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit.app b/ebin/rabbit.app index 0326f461b8..5c99f5166f 100644 --- a/ebin/rabbit.app +++ b/ebin/rabbit.app @@ -48,4 +48,5 @@ {extra_startup_steps, []}, {default_user, <<"guest">>}, {default_pass, <<"guest">>}, - {default_vhost, <<"/">>}]}]}. + {default_vhost, <<"/">>}, + {start_memsup, false}]}]}. |
