Metrics and Configuration
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / application.conf
1 testsystem {
2
3   bounded-mailbox {
4     mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox"
5     mailbox-capacity = 10
6     mailbox-push-timeout-time = 100ms
7   }
8 }