=con #15600 Fix config in PeekMailboxSpec
This commit is contained in:
Konrad Malawski 2014-08-04 15:44:55 +02:00
commit eb766d49f3

View file

@ -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
} }
""")) """))