replace unicode arrows again (#26732)
This commit is contained in:
parent
ee67c113e5
commit
a5e9741d35
40 changed files with 125 additions and 125 deletions
|
|
@ -61,8 +61,8 @@ object ClusterShardingSettings {
|
|||
else config.getDuration("passivate-idle-entity-after", MILLISECONDS).millis
|
||||
|
||||
val lease = config.getString("use-lease") match {
|
||||
case s if s.isEmpty ⇒ None
|
||||
case other ⇒ Some(new LeaseUsageSettings(other, config.getDuration("lease-retry-interval").asScala))
|
||||
case s if s.isEmpty => None
|
||||
case other => Some(new LeaseUsageSettings(other, config.getDuration("lease-retry-interval").asScala))
|
||||
}
|
||||
|
||||
new ClusterShardingSettings(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue