make NonBlockingBoundedMailbox the default example (#24401)
This commit is contained in:
parent
b4f24f44fa
commit
4ed492d90f
1 changed files with 2 additions and 3 deletions
|
|
@ -179,9 +179,8 @@ object DispatcherDocSpec {
|
|||
|
||||
//#bounded-mailbox-config
|
||||
bounded-mailbox {
|
||||
mailbox-type = "akka.dispatch.BoundedMailbox"
|
||||
mailbox-capacity = 1000
|
||||
mailbox-push-timeout-time = 10s
|
||||
mailbox-type = "akka.dispatch.NonBlockingBoundedMailbox"
|
||||
mailbox-capacity = 1000
|
||||
}
|
||||
//#bounded-mailbox-config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue