Shorter gossip interval still needed

This commit is contained in:
Patrik Nordwall 2012-06-25 15:46:30 +02:00
parent 32604bb3d8
commit 66bcca8a91

View file

@ -24,6 +24,8 @@ object SunnyWeatherMultiJvmSpec extends MultiNodeConfig {
commonConfig(ConfigFactory.parseString("""
akka.cluster {
nr-of-deputy-nodes = 0
# FIXME remove this (use default) when ticket #2239 has been fixed
gossip-interval = 400 ms
}
akka.loglevel = INFO
"""))