From edaea382addc5831ca28beed504d879fcf01cd1a Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Wed, 11 Dec 2019 08:41:55 +0000 Subject: [PATCH] Clarify typed timeout is not for akka typed (#28354) --- akka-actor/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-actor/src/main/resources/reference.conf b/akka-actor/src/main/resources/reference.conf index 3ad3767413..00e9523b1e 100644 --- a/akka-actor/src/main/resources/reference.conf +++ b/akka-actor/src/main/resources/reference.conf @@ -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 }