Members
(static, constant) API_WAIT_MS
API pool caller wait (fetchRes). 2s buffer above HTTP_MS so the HTTP layer times out first, preventing orphaned pool slots when the wait expires before the HTTP call.
- Default Value
- 12000
(static, constant) CONNECTION_CHECK_MS
Session connection check timeout. Intentionally higher to accommodate slow/remote servers and redirect chains during initial connection.
- Default Value
- 35000
(static, constant) HTTP_MS
Default HTTP request timeout passed to roku-requests. Used by ApiTask and SideEffectTask for all API pool requests.
- Default Value
- 10000