Merge pull request #553 from akka/wip-2249-heartbeats-after-join-patriknw
Start sending heartbeats immediately when joining, see #2249
This commit is contained in:
commit
555998b2c1
6 changed files with 131 additions and 32 deletions
|
|
@ -27,6 +27,7 @@ class ClusterConfigSpec extends AkkaSpec {
|
|||
HeartbeatInterval must be(1 second)
|
||||
LeaderActionsInterval must be(1 second)
|
||||
UnreachableNodesReaperInterval must be(1 second)
|
||||
JoinTimeout must be(60 seconds)
|
||||
NrOfGossipDaemons must be(4)
|
||||
NrOfDeputyNodes must be(3)
|
||||
AutoDown must be(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue