Tune eos gossip/notification intervals
[controller.git] / opendaylight / md-sal / eos-dom-akka / src / test / resources / application.conf
index 71c983a3fc42a7a0a32d74fd6832c8211b25be34..ff23633e5e5793b7f0de0c9938e6c70122a0a266 100644 (file)
@@ -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
+      }
   }
 }