Ported threadpool limiting to the new NettyTransport

This commit is contained in:
Endre Sándor Varga 2012-11-21 12:17:45 +01:00
parent 0f0c5cb17a
commit b6bdb34e44
2 changed files with 28 additions and 8 deletions

View file

@ -45,6 +45,18 @@ object RemotingSpec {
backlog = 4096
hostname = localhost
enable-ssl = false
server-socket-worker-pool {
pool-size-min = 2
pool-size-factor = 1.0
pool-size-max = 8
}
client-socket-worker-pool {
pool-size-min = 2
pool-size-factor = 1.0
pool-size-max = 8
}
}
common-ssl-settings {