Rename to allowLocalRoutees in code also, see #2103

This commit is contained in:
Patrik Nordwall 2012-09-11 20:49:08 +02:00
parent 87b3813c07
commit e55cde2591
3 changed files with 16 additions and 16 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.allow-local-routees"),
allowLocalRoutees = deploy.config.getBoolean("cluster.allow-local-routees"),
routeesPath = deploy.config.getString("cluster.routees-path"))
Some(deploy.copy(