format source with scalafmt, #26511
This commit is contained in:
parent
2ba9b988df
commit
75579bed17
779 changed files with 15729 additions and 13096 deletions
|
|
@ -53,8 +53,9 @@ abstract class RestartNode2SpecSpec
|
|||
def seedNodes: immutable.IndexedSeq[Address] = Vector(seedNode1Address, seed2)
|
||||
|
||||
// this is the node that will attempt to re-join, keep gate times low so it can retry quickly
|
||||
lazy val restartedSeed1System = ActorSystem(system.name,
|
||||
ConfigFactory.parseString(s"""
|
||||
lazy val restartedSeed1System = ActorSystem(
|
||||
system.name,
|
||||
ConfigFactory.parseString(s"""
|
||||
akka.remote.netty.tcp.port = ${seedNodes.head.port.get}
|
||||
akka.remote.artery.canonical.port = ${seedNodes.head.port.get}
|
||||
#akka.remote.retry-gate-closed-for = 1s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue