Change defaults for Netty pools, see #3346
server-socket-worker-pool.pool-size-max = 2 client-socket-worker-pool.pool-size-max = 2
This commit is contained in:
parent
e6b4e64211
commit
3d2db10787
7 changed files with 4 additions and 14 deletions
|
|
@ -72,8 +72,6 @@ object RemotingSpec {
|
|||
common-netty-settings {
|
||||
port = 0
|
||||
hostname = "localhost"
|
||||
server-socket-worker-pool.pool-size-max = 2
|
||||
client-socket-worker-pool.pool-size-max = 2
|
||||
}
|
||||
|
||||
akka {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue