Changing Erlang heart's timeout without restarting everything
I want to change the Heartbeat timeout of the erlang's heart without restarting e开发者_开发问答verything. Is there a way to do that similar to how heart:set_cmd/1 let's me change the command heart runs in case of missed heartbeat?
No, but this thread gives a patch for OTP which allows it: http://erlang.org/pipermail/erlang-questions/2011-April/057396.html
精彩评论