Skip to content

Commit

Permalink
sample: Fix config typo of active-entity-limit (#1050)
Browse files Browse the repository at this point in the history
* reported by config checker
  • Loading branch information
patriknw authored Oct 20, 2023
1 parent bb271d5 commit b49916e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ akka.remote.artery {
akka.cluster.sharding {
passivation {
strategy = default-strategy
active-entity-limit = 1000
default-strategy {
active-entity-limit = 1000
}
}
}

0 comments on commit b49916e

Please sign in to comment.