Bug 1894: Add LISP configuration options to etc/custom.properties in Karaf
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / application.conf
index aebff27c7dc0345864bfb8ecff9f5b30789ecf24..794b376af8c694e3773c353dbd99668713ef9f10 100644 (file)
@@ -1,4 +1,6 @@
 akka {
+    loggers = ["akka.testkit.TestEventListener", "akka.event.slf4j.Slf4jLogger"]
+
     actor {
          serializers {
                   java = "akka.serialization.JavaSerializer"
@@ -12,3 +14,8 @@ akka {
         }
     }
 }
+bounded-mailbox {
+  mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox"
+  mailbox-capacity = 1000
+  mailbox-push-timeout-time = 100ms
+}