Fixing #648 Adding support for configuring Netty backlog in akka config
This commit is contained in:
parent
ca9b234dab
commit
4b9621da87
3 changed files with 5 additions and 1 deletions
|
|
@ -42,6 +42,8 @@ object RemoteServerSettings {
|
|||
level
|
||||
}
|
||||
|
||||
val BACKLOG = config.getInt("akka.remote.server.backlog", 4096)
|
||||
|
||||
val SECURE = {
|
||||
/*if (config.getBool("akka.remote.ssl.service",false)) {
|
||||
val properties = List(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue