Skip to content

Opensearch dashboards.routeconfigoptions.timeout

Home > opensearch-dashboards > RouteConfigOptions > timeout

RouteConfigOptions.timeout property

Defines per-route timeouts.

Signature:

timeout?: {
        payload?: Method extends 'get' | 'options' ? undefined : number;
        idleSocket?: number;
    };