Skip to main content

FETCH_TIMEOUT

Constant FETCH_TIMEOUT 

Source
const FETCH_TIMEOUT: Duration;
Expand description

Timeout for failing requests due to missing data.

If data needed to respond to a request is missing, it can (in some cases) be fetched from an external provider. This parameter controls how long the request handler will wait for missing data to be fetched before giving up and failing the request.

Matches the hotshot_query_service availability API default.