splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core

This commit is contained in:
Jonas Bonér 2010-08-24 23:21:28 +02:00
parent 0e899bb31b
commit adaf5d4065
149 changed files with 11195 additions and 1399 deletions

View file

@ -63,7 +63,7 @@ object RemoteNode extends RemoteServer
*/
object RemoteServer {
val HOSTNAME = config.getString("akka.remote.server.hostname", "localhost")
val PORT = config.getInt("akka.remote.server.port", 9999)
val PORT = config.getInt("akka.remote.server.port", 9999)
val CONNECTION_TIMEOUT_MILLIS = Duration(config.getInt("akka.remote.server.connection-timeout", 1), TIME_UNIT)