Unbreaking master

This commit is contained in:
Viktor Klang 2012-06-11 18:11:02 +02:00
parent 46cf426382
commit 36b040cfab

View file

@ -33,7 +33,6 @@ akka {
# how often should the node move nodes, marked as unreachable by the failure detector, out of the membership ring?
unreachable-nodes-reaper-interval = 1s
# accrual failure detection config
failure-detector {
# defines the failure detector threshold
@ -43,6 +42,8 @@ akka {
# actual crashes
threshold = 8
implementation-class = ""
max-sample-size = 1000
}
}