Skip to content

Commit 4bac0ce

Browse files
authored
Merge pull request #4443 from esl/application-start-type
Don't restart mongooseim as temporary
2 parents d940bea + 9ad2942 commit 4bac0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongoose_cluster.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ with_app_stopped(App, F) ->
218218
try
219219
F()
220220
after
221-
Running andalso application:start(App)
221+
Running andalso application:start(App, permanent)
222222
end.
223223

224224
node_trans(F) ->

0 commit comments

Comments
 (0)