Merge pull request #22760 from jroper/patch-1

Fix doubly namespaced setting
This commit is contained in:
Patrik Nordwall 2017-04-21 10:58:44 +02:00 committed by GitHub
commit 756324cbd7

View file

@ -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
}