Fixing #648 Adding support for configuring Netty backlog in akka config

This commit is contained in:
Viktor Klang 2011-02-07 10:31:05 +01:00
parent ca9b234dab
commit 4b9621da87
3 changed files with 5 additions and 1 deletions

View file

@ -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(