Ported threadpool limiting to the new NettyTransport
This commit is contained in:
parent
0f0c5cb17a
commit
b6bdb34e44
2 changed files with 28 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue