Rename to allowLocalRoutees in code also, see #2103
This commit is contained in:
parent
87b3813c07
commit
e55cde2591
3 changed files with 16 additions and 16 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue