mdedetrich commented on code in PR #2479:
URL: https://github.com/apache/pekko/pull/2479#discussion_r2517390304


##########
actor/src/main/resources/reference.conf:
##########
@@ -1212,6 +1212,9 @@ pekko {
     # Terminate the ActorSystem in the last phase actor-system-terminate.
     terminate-actor-system = on
 
+    # The timeout that will be used when calling .close on an ActorSystem
+    close-actor-system-timeout = 10 s

Review Comment:
   From all of the tests, yes. There isn't any timeout that runs longer than 10 
seconds, and if there is you can always configure it to be higher



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to