This commit is contained in:
parent
2626f17747
commit
10c2b0714a
2 changed files with 15 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ akka.cluster.distributed-data {
|
|||
|
||||
# Maximum number of entries to transfer in one gossip message when synchronizing
|
||||
# the replicas. Next chunk will be transferred in next round of gossip.
|
||||
max-delta-elements = 1000
|
||||
max-delta-elements = 500
|
||||
|
||||
# The id of the dispatcher to use for Replicator actors.
|
||||
# If specified you need to define the settings of the actual dispatcher.
|
||||
|
|
@ -65,7 +65,7 @@ akka.cluster.distributed-data {
|
|||
# Some complex deltas grow in size for each update and above this
|
||||
# threshold such deltas are discarded and sent as full state instead.
|
||||
# This is number of elements or similar size hint, not size in bytes.
|
||||
max-delta-size = 200
|
||||
max-delta-size = 50
|
||||
}
|
||||
|
||||
durable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue