Merge "Fix for possible NPE if Bundle is stopped."
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / reference.conf
1 testsystem {
2
3   bounded-mailbox {
4     mailbox-type = "org.opendaylight.controller.common.actor.MeteredBoundedMailbox"
5     mailbox-capacity = 1000
6     mailbox-push-timeout-time = 10ms
7   }
8 }