summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-08-17 11:29:22 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-08-17 11:29:22 +0100
commit66dfeca31ca13922b71c8d961d48c304508a02c9 (patch)
tree9e3f7ac4402218407240bd4b871d002780743a9e
parent34df392854b305ce7934ac13c9000934c3abfb70 (diff)
downloadrabbitmq-server-66dfeca31ca13922b71c8d961d48c304508a02c9.tar.gz
Gotta love those timeouts.
-rw-r--r--src/rabbit_mirror_queue_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl
index 51084874..8c120670 100644
--- a/src/rabbit_mirror_queue_misc.erl
+++ b/src/rabbit_mirror_queue_misc.erl
@@ -110,7 +110,7 @@ is_really_alive(Pid) ->
end.
is_really_alive0(Pid) ->
- lists:keymember(rabbit, 1, application:which_applications())
+ lists:keymember(rabbit, 1, application:which_applications(infinity))
andalso is_process_alive(Pid).
on_node_up() ->