X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Feos-dom-akka%2Fsrc%2Ftest%2Fresources%2Fapplication.conf;h=ff23633e5e5793b7f0de0c9938e6c70122a0a266;hp=71c983a3fc42a7a0a32d74fd6832c8211b25be34;hb=3a526427c93dc44700ca476e57f0cea6eadfb2a7;hpb=e1e6d8e34fd4c5c5c07c7a8063ffa94a8dbe2062 diff --git a/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf b/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf index 71c983a3fc..ff23633e5e 100644 --- a/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf +++ b/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf @@ -20,6 +20,18 @@ akka { "member-1" ] downing-provider-class = "akka.cluster.sbr.SplitBrainResolverProvider" + + distributed-data { + # How often the Replicator should send out gossip information. + # This value controls how quickly Entity Ownership Service data is replicated + # across cluster nodes. + gossip-interval = 100 ms + + # How often the subscribers will be notified of changes, if any. + # This value controls how quickly Entity Ownership Service decisions are + # propagated within a node. + notify-subscribers-interval = 20 ms + } } }