Clarify typed timeout is not for akka typed (#28354)
This commit is contained in:
parent
b99db2a501
commit
edaea382ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue