Clarify typed timeout is not for akka typed (#28354)

This commit is contained in:
Christopher Batey 2019-12-11 08:41:55 +00:00 committed by Arnout Engelen
parent b99db2a501
commit edaea382ad

View file

@ -134,7 +134,7 @@ akka {
unstarted-push-timeout = 10s
typed {
# Default timeout for typed actor methods with non-void return type
# Default timeout for the depredated TypedActor (not the new actor APIs in 2.6) methods with non-void return type
timeout = 5s
}