diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-08-09 13:22:50 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-08-09 13:22:50 +0100 |
| commit | 572816800c67df388d66463a23bf96703ca53df0 (patch) | |
| tree | 3025ebf47b2d9f5c377bb33e22e7f57b5a0afca2 | |
| parent | 2f0fc194f5fbc0ea053cf34ed892f07170503370 (diff) | |
| download | rabbitmq-server-git-572816800c67df388d66463a23bf96703ca53df0.tar.gz | |
Should explain this...
| -rw-r--r-- | src/mirrored_supervisor.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index 2501df4698..9bc350b2e4 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -64,7 +64,9 @@ %% %% 3) start_link({global, Name}, Module, Args) is not available. %% -%% 4) Mnesia is used to hold global state. At some point your +%% 4) The restart strategy simple_one_for_one is not available. +%% +%% 5) Mnesia is used to hold global state. At some point your %% application should invoke create_tables() (or table_definitions() %% if it wants to manage table creation itself). %% |
