Code Review
/
controller.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Custom mailbox that is bounded and instrumented."
[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.common.actor.MeteredBoundedMailbox"
5
mailbox-capacity = 10
6
mailbox-push-timeout-time = 100ms
7
}
8
}