- Index
- »
- conn
- »
- actorTimeout
def
actorTimeout
Timeout for messages send to the connector's actor thread. It must be a number with a duration unit. If omitted a default of 1min is used. This value effectively determines how long a blocking remote request should take before raising a timeout error. For protocols which communicate via HTTP/TCP it is also used to configure the socket's receive timeout. See Connector Tuning