Merge pull request #15601 from LeonardMeyer/LMeyer-specfix-#15600
=con #15600 Fix config in PeekMailboxSpec
This commit is contained in:
commit
eb766d49f3
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ object MyApp extends App {
|
||||||
val system = ActorSystem("MySystem", ConfigFactory.parseString("""
|
val system = ActorSystem("MySystem", ConfigFactory.parseString("""
|
||||||
peek-dispatcher {
|
peek-dispatcher {
|
||||||
mailbox-type = "akka.contrib.mailbox.PeekMailboxType"
|
mailbox-type = "akka.contrib.mailbox.PeekMailboxType"
|
||||||
max-tries = 2
|
max-retries = 2
|
||||||
}
|
}
|
||||||
"""))
|
"""))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue