shortname for provider config

This commit is contained in:
Patrik Nordwall 2016-09-29 15:01:05 +02:00
parent deb26d212f
commit 8d36499cd4
7 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@ object DistributedPubSubRestartSpec extends MultiNodeConfig {
commonConfig(ConfigFactory.parseString("""
akka.loglevel = INFO
akka.cluster.pub-sub.gossip-interval = 500ms
akka.actor.provider = "akka.cluster.ClusterActorRefProvider"
akka.actor.provider = cluster
akka.remote.log-remote-lifecycle-events = off
akka.cluster.auto-down-unreachable-after = off
"""))