The maximum amount of time that a request from an upstream Media Server can remain in the queue. If this timeout is exceeded then the request is removed from the queue and an error is returned to the upstream Media Server.
Type: |
![]() The value of this parameter is a time duration. Specify the duration in the following format: 1days 2hours 3minutes 4seconds 500milliseconds 600microseconds You can omit any of the individual durations when they are not required: 4seconds 500milliseconds You can also shorten the string by abbreviating the units to their first letter (milliseconds abbreviates to ms, microseconds to us): 4s 500ms The following are all equivalent: 1minute 3seconds To specify an infinite duration, use the value |
Default: | 60s |
Required: | No |
Configuration Section: | Chaining |
Example: | QueueTimeout=10s
|
See Also: | MaxProcessingSessions |
|