Skip to content

Commit

Permalink
Don't restart mongooseim as temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Dec 16, 2024
1 parent abc469e commit b129abc
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 b129abc

Please sign in to comment.