Skip to content

Commit

Permalink
Merge pull request #4443 from esl/application-start-type
Browse files Browse the repository at this point in the history
Don't restart mongooseim as temporary
  • Loading branch information
arcusfelis authored Dec 19, 2024
2 parents d940bea + 9ad2942 commit 4bac0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongoose_cluster.erl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ with_app_stopped(App, F) ->
try
F()
after
Running andalso application:start(App)
Running andalso application:start(App, permanent)
end.

node_trans(F) ->
Expand Down

0 comments on commit 4bac0ce

Please sign in to comment.