Remove increased leader-actions-interval, since it's false safety, see #2444

This commit is contained in:
Patrik Nordwall 2012-08-30 15:33:26 +02:00
parent 369d33da14
commit 8ba0041e7c
4 changed files with 2 additions and 7 deletions

View file

@ -25,7 +25,7 @@ object JoinInProgressMultiJvmSpec extends MultiNodeConfig {
threshold = 4
acceptable-heartbeat-pause = 1 second
}
}""") // increase the leader action task interval
}""")
.withFallback(MultiNodeClusterSpec.clusterConfig)))
}