X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fsrc%2Fmain%2Fresources%2Fapplication.conf;h=266832a0ab0491dfd5d58d2c0414c2733ef0300b;hp=daac89c4c8adaef39047034138a8318e639f54c8;hb=287b1d1ecec3264c192b1007019bfcadf6cb4311;hpb=9a92d23e5687608789af35125036c97c84c6d92e diff --git a/opendaylight/md-sal/sal-remoterpc-connector/src/main/resources/application.conf b/opendaylight/md-sal/sal-remoterpc-connector/src/main/resources/application.conf index daac89c4c8..266832a0ab 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/src/main/resources/application.conf +++ b/opendaylight/md-sal/sal-remoterpc-connector/src/main/resources/application.conf @@ -38,10 +38,15 @@ odl-cluster-data { } odl-cluster-rpc { + bounded-mailbox { + mailbox-type = "org.opendaylight.controller.common.actor.MeteredBoundedMailbox" + mailbox-capacity = 1000 + mailbox-push-timeout-time = 100ms + } + akka { actor { provider = "akka.cluster.ClusterActorRefProvider" - } remote { log-remote-lifecycle-events = off @@ -53,7 +58,6 @@ odl-cluster-rpc { cluster { seed-nodes = ["akka.tcp://opendaylight-cluster-rpc@127.0.0.1:2551"] - auto-down-unreachable-after = 10s } }