Merge pull request #22760 from jroper/patch-1
Fix doubly namespaced setting
This commit is contained in:
commit
756324cbd7
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ akka.cluster.sharding {
|
|||
# When using many entities with "remember entities" the Gossip message
|
||||
# can become to large if including to many in same message. Limit to
|
||||
# the same number as the number of ORSet per shard.
|
||||
akka.cluster.sharding.distributed-data.max-delta-elements = 5
|
||||
max-delta-elements = 5
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue