Update scala-library to 2.13.15 (#1505)
* Update scala-library to 2.13.15 * Update link-validator.conf * fix `-Wconf` to match new semantics Override order reversed, see also https://github.com/scala/scala/releases --------- Co-authored-by: Arnout Engelen <arnout@bzzt.net> Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
This commit is contained in:
parent
ce3620fc1a
commit
dad6b9f6e3
8 changed files with 29 additions and 19 deletions
|
|
@ -85,7 +85,7 @@ object RequestResponseActors {
|
|||
val fullPathToDispatcher = "pekko.actor." + dispatcher
|
||||
val latch = new CountDownLatch(numActors)
|
||||
val actorsPairs = for {
|
||||
i <- (1 to (numActors / 2)).toVector
|
||||
_ <- (1 to (numActors / 2)).toVector
|
||||
userQueryActor = system.actorOf(
|
||||
UserQueryActor.props(latch, numQueriesPerActor, numUsersInDBPerActor).withDispatcher(fullPathToDispatcher))
|
||||
userServiceActor = system.actorOf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue