Fixing a bug in JGroupsClusterActor

This commit is contained in:
Viktor Klang 2010-03-04 23:25:55 +01:00
parent 45e40f66ee
commit 2519db5aed
4 changed files with 30 additions and 31 deletions

View file

@ -58,7 +58,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", 9966)
val CONNECTION_TIMEOUT_MILLIS = config.getInt("akka.remote.server.connection-timeout", 1000)