Improvements based on review comments from √, see #2103

This commit is contained in:
Patrik Nordwall 2012-09-11 19:11:20 +02:00
parent 324ef78e53
commit ac16d567ea
9 changed files with 63 additions and 37 deletions

View file

@ -43,7 +43,7 @@ private[akka] class ClusterDeployer(_settings: ActorSystem.Settings, _pm: Dynami
val clusterRouterSettings = ClusterRouterSettings(
totalInstances = deploy.config.getInt("nr-of-instances"),
maxInstancesPerNode = deploy.config.getInt("cluster.max-nr-of-instances-per-node"),
routeesOnOwnNode = deploy.config.getBoolean("cluster.routees-on-own-node"),
routeesOnOwnNode = deploy.config.getBoolean("cluster.allow-local-routees"),
routeesPath = deploy.config.getString("cluster.routees-path"))
Some(deploy.copy(