property ClientOptions.timeout

Timeout for the request in milliseconds for each request to the Jikan API

This timeout isn't used or the internal pending requests queue, it's used for the request to the Jikan API

Default 10000ms (10 seconds)

Type

number

Usage

import { type ClientOptions } from ".";