SendActionReadTimeout
The number of seconds that Controller waits when reading a response from a component after sending an action to it (when you use the SendAction Controller action).
For example, if Controller sends an action to a server that is slow to process or send the response, Controller times out the attempt after this number of seconds.
Type: | Integer |
Default: | 60 |
Required: | No |
Configuration Section: | Server |
Example: | SendActionReadTimeout=120
|
See Also: | SendActionConnectTimeout
SendAction action |