Unbreaking master
This commit is contained in:
parent
46cf426382
commit
36b040cfab
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue