We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce1f32 commit 1945c7fCopy full SHA for 1945c7f
src/rabbit.erl
@@ -349,21 +349,18 @@ run_prelaunch_second_phase() ->
349
%% 2. Feature flags registry.
350
ok = rabbit_prelaunch_feature_flags:setup(Context),
351
352
- %% 3. Configuration check + loading.
353
- ok = rabbit_prelaunch_conf:setup(Context),
354
-
355
- %% 4. Logging.
+ %% 3. Logging.
356
ok = rabbit_prelaunch_logging:setup(Context),
357
358
case IsInitialPass of
359
true ->
360
- %% 5. HiPE compilation.
+ %% 4. HiPE compilation.
361
ok = rabbit_prelaunch_hipe:setup(Context);
362
false ->
363
ok
364
end,
365
366
- %% 6. Clustering.
+ %% 5. Clustering.
367
ok = rabbit_prelaunch_cluster:setup(Context),
368
369
%% Start Mnesia now that everything is ready.
0 commit comments