!clu #3920 Remove deprecated akka.cluster.auto-down

* replaced by akka.cluster.auto-down-unreachable-after
This commit is contained in:
Patrik Nordwall 2014-03-12 11:47:43 +01:00
parent 503c4ced8f
commit b5be06e90c
5 changed files with 3 additions and 10 deletions

View file

@ -29,9 +29,6 @@ akka {
# Disable with "off" or specify a duration to enable auto-down.
auto-down-unreachable-after = off
# deprecated in 2.3, use 'auto-down-unreachable-after' instead
auto-down = off
# The roles of this member. List of strings, e.g. roles = ["A", "B"].
# The roles are part of the membership information and can be used by
# routers or other services to distribute work to certain member types,