Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
test07
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 23, 2013
1 parent 4f741b5 commit a98e5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions akka-cluster-testapp/project/Build.scala
Expand Up @@ -5,8 +5,8 @@ import akka.sbt.AkkaKernelPlugin.{ Dist, outputDirectory, distJvmOptions, additi

object AkkaClusterTestappBuild extends Build {

//val akkaVersion = "2.3-20130930-230919"
val akkaVersion = "2.3-SNAPSHOT"
//val akkaVersion = "2.3-20131021-230940"
val akkaVersion = "2.3-SNAPSHOT" // 3bdac87

lazy val akkaOpsworks = Project(
id = "akka-cluster-testapp",
Expand Down
3 changes: 1 addition & 2 deletions akka-cluster-testapp/src/main/resources/application.conf
Expand Up @@ -9,6 +9,7 @@ collecting-failure-detector = {
}

akka {
loglevel = INFO
loggers = ["akka.event.slf4j.Slf4jLogger"]

actor {
Expand All @@ -31,8 +32,6 @@ akka.cluster {
auto-down-unreachable-after = off
roles = ["backend", "frontend"]

gossip-interval = 2s

failure-detector {
acceptable-heartbeat-pause = 5 s
threshold = 12.0
Expand Down

0 comments on commit a98e5ca

Please sign in to comment.