Migrating tests to use the new config for dispatchers
This commit is contained in:
parent
8bc6513911
commit
465c29107d
11 changed files with 96 additions and 57 deletions
|
|
@ -13,8 +13,11 @@ object ConfiguredLocalRoutingSpec {
|
|||
akka {
|
||||
actor {
|
||||
default-dispatcher {
|
||||
core-pool-size-min = 8
|
||||
core-pool-size-max = 16
|
||||
executor = "thread-pool-executor"
|
||||
thread-pool-executor {
|
||||
core-pool-size-min = 8
|
||||
core-pool-size-max = 16
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue