Add missing auto-down=on, due to changed default (lost in merge)

This commit is contained in:
Patrik Nordwall 2012-07-04 17:03:59 +02:00
parent c1d12550a4
commit 05015536b3

View file

@ -36,6 +36,7 @@ object LargeClusterMultiJvmSpec extends MultiNodeConfig {
akka.cluster {
gossip-interval = 500 ms
auto-join = off
auto-down = on
failure-detector.acceptable-heartbeat-pause = 10s
publish-state-interval = 0 s # always, when it happens
}