No infinity timeout, we could deadlock with the application controller on shutdown.

This commit is contained in:
Simon MacMullen 2013-05-24 15:17:34 +01:00
parent cd40f6b3ff
commit 8d568bab7c
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ i(auth_mechanisms, _State) ->
fun (N) -> lists:member(list_to_atom(binary_to_list(N)), Mechanisms) end);
i(applications, _State) ->
[format_application(A) ||
A <- lists:keysort(1, application:which_applications(infinity))].
A <- lists:keysort(1, application:which_applications())].
resource_alarm_set(Source) ->
lists:member({{resource_limit, Source, node()},[]},