! remoting: EndpointWriter uses mailbox requirements instead of dispatchers #3480

This commit is contained in:
Endre Sándor Varga 2013-07-01 12:16:06 +02:00
parent 1cca2b85e3
commit 634d60d027
4 changed files with 3 additions and 19 deletions

View file

@ -90,14 +90,6 @@ object RemotingSpec {
"akka.remote.netty.ssl"
]
writer-dispatcher {
executor = "fork-join-executor"
fork-join-executor {
parallelism-min = 2
parallelism-max = 2
}
}
netty.tcp = $${common-netty-settings}
netty.udp = $${common-netty-settings}
netty.ssl = $${common-netty-settings}