Migrating tests to use the new config for dispatchers

This commit is contained in:
Viktor Klang 2012-01-30 16:34:25 +01:00
parent 8bc6513911
commit 465c29107d
11 changed files with 96 additions and 57 deletions

View file

@ -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
}
}
}
}